bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: fix in config.site (WMaker 0.70 with GNUstep)


From: Adam Fedor
Subject: Re: fix in config.site (WMaker 0.70 with GNUstep)
Date: Tue, 09 Oct 2001 08:54:16 -0600
User-agent: Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:0.9.4) Gecko/20010915

Laurent Julliard wrote:


A quick hack consist in changing one line in
/opt/GNUstep/System/share/config.site

from
if test "$target" = NONE ; then

to
if test -z "$target" -o "$target" = NONE; then




Fixed. Thanks.


--
Adam Fedor, Digital Optics            | Fudd's law of opposition: Push
fedor@doc.com  http://www.doc.com     | something hard enough, and it
fedor@gnu.org  http://www.gnustep.org | will fall over.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]