Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: fixlet for _normal



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