Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: fixlet for _normal
- X-seq: zsh-workers 6535
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: PATCH: fixlet for _normal
- Date: Wed, 9 Jun 1999 08:33:43 +0200 (MET DST)
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Seems I forgot to remove that eval...
Bye
Sven
--- oc/Core/_normal Tue Jun 8 13:18:05 1999
+++ Completion/Core/_normal Wed Jun 9 08:32:03 1999
@@ -20,7 +20,7 @@
cmd2="${command:t}"
else
cmd1="$command"
- eval cmd2=$(whence -p $command)
+ cmd2=$(whence -p $command)
fi
# See if there are any matching pattern completions.
--
Sven Wischnowsky wischnow@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author