Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: nitpick
- X-seq: zsh-workers 21511
 
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
 
- To: zsh-workers@xxxxxxxxxx
 
- Subject: Re: PATCH: nitpick
 
- Date: Sun, 24 Jul 2005 05:16:56 +0000
 
- In-reply-to: <20050724031249.GA28042@xxxxxxxxxxx>
 
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
 
- References: <20050724031249.GA28042@xxxxxxxxxxx>
 
On Jul 23, 11:12pm, Clint Adams wrote:
}
} I'm trying to figure out whether the Scripts directory should be created
} by 'make install' or whether it should not be in $fpath.  So I changed
} this instead.
Maybe it's just because I'm tired, but I don't understand what the
functional difference is?  Other than the xtrace output ...
} -    if test x$FUNCTIONS_SUBDIRS != x -a x$FUNCTIONS_SUBDIRS != xno
} +    if test x$FUNCTIONS_SUBDIRS != x && test x$FUNCTIONS_SUBDIRS != xno
-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com
Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   
Messages sorted by:
Reverse Date,
Date,
Thread,
Author