1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-06 09:01:13 +02:00

* 20539: Completion/Unix/Command/_make: avoid problems minus signs

in expandVars().
This commit is contained in:
Clint Adams 2004-11-02 23:26:42 +00:00
parent f9c66cd45e
commit 07d95ba04c
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2004-11-02 Clint Adams <clint@zsh.org>
* 20539: Completion/Unix/Command/_make: avoid problems
minus signs in expandVars().
2004-10-29 Peter Stephenson <pws@csr.com>
* 20528: Src/exec.c: Clint spotted that fix in 18492 to make

View file

@ -38,7 +38,7 @@ expandVars() {
;;
esac
else
print $ret
print -- $ret
return
fi
done