Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: More Configure problems
- X-seq: zsh-workers 1882
- From: Zoltan Hidvegi <hzoli@xxxxxxxxxx>
- To: hzoli@xxxxxxxxxx (Zoltan Hidvegi)
- Subject: Re: More Configure problems
- Date: Fri, 2 Aug 1996 01:30:18 +0200 (MET DST)
- Cc: pws@xxxxxx, zsh-workers@xxxxxxxxxxxxxxx
- In-reply-to: <199608012103.XAA05742@xxxxxxxxxxxxxxxxx> from Zoltan Hidvegi at "Aug 1, 96 11:03:27 pm"
> 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