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:
parent
f9c66cd45e
commit
07d95ba04c
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -38,7 +38,7 @@ expandVars() {
|
|||
;;
|
||||
esac
|
||||
else
|
||||
print $ret
|
||||
print -- $ret
|
||||
return
|
||||
fi
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue