zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: fixlet for _normal
@ 1999-06-09  6:33 Sven Wischnowsky
  0 siblings, 0 replies; only message in thread
From: Sven Wischnowsky @ 1999-06-09  6:33 UTC (permalink / raw)
  To: zsh-workers


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@informatik.hu-berlin.de


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1999-06-09  6:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-06-09  6:33 PATCH: fixlet for _normal Sven Wischnowsky

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).