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

Re: More Configure problems



> I did not test this patch, since I'd like to catch the last but home from
> the university so it may be buggy.  Please test it.

I've found one problem with that so far: I forgot an untokenize().  Patch
included below.

Zoltan


*** /tmp/exec.c	Fri Aug  2 00:26:38 1996
--- Src/exec.c	Fri Aug  2 00:36:20 1996
***************
*** 2007,2012 ****
--- 2007,2013 ----
  	singsub(&s);
  	if (errflag)
  	    return NULL;
+ 	untokenize(s);
  	stream = open(unmeta(s), O_RDONLY);
  	return readoutput(stream, qt);
      }



Messages sorted by: Reverse Date, Date, Thread, Author