Fixed a couple more cases. $FOO/bar ${FOO} and such now work
authorEric Andersen <andersen@codepoet.org>
Fri, 9 Mar 2001 20:34:46 +0000 (20:34 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 9 Mar 2001 20:34:46 +0000 (20:34 -0000)
commit74e056bfc8e2d6f006548c0134502697c056f97a
tree676e4afbfb2edbbbe734d80b05c19706c4fdb37b
parent3c7361f53aab0d4c6cb3c46218810bda52693fab
Fixed a couple more cases.  $FOO/bar ${FOO} and such now work
without wordexp.  Of course for stuff like ${1:-foo} you still
need wordexp for them to work.
 -Erik
lash.c
sh.c
shell/lash.c