zsh-workers
 help / color / mirror / code / Atom feed
* exec - foo doesn't exec
@ 1995-10-02 20:55 Zoltan Hidvegi
  0 siblings, 0 replies; only message in thread
From: Zoltan Hidvegi @ 1995-10-02 20:55 UTC (permalink / raw)
  To: zsh-workers

% exec - foo

doesn't exec foo.  The trivial fix enclosed.

Zoltan


*** 1.4	1995/09/22 18:56:36
--- Src/parse.c	1995/10/02 20:54:53
***************
*** 906,912 ****
  	else if (tok == NOCORRECT)
  	    nocorrect = 1;
  	else if (tok == DASH)
! 	    c->flags = CFLAG_DASH;
  	else if (tok == ENVSTRING) {
  	    struct varasg *v = (struct varasg *)make_varnode();
  
--- 906,912 ----
  	else if (tok == NOCORRECT)
  	    nocorrect = 1;
  	else if (tok == DASH)
! 	    c->flags |= CFLAG_DASH;
  	else if (tok == ENVSTRING) {
  	    struct varasg *v = (struct varasg *)make_varnode();
  


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

only message in thread, other threads:[~1995-10-02 20:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1995-10-02 20:55 exec - foo doesn't exec Zoltan Hidvegi

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).