[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ./InstallGNUstep question
From: |
Nicola Pero |
Subject: |
Re: ./InstallGNUstep question |
Date: |
Sat, 12 Nov 2005 15:46:44 +0000 (GMT) |
> Oh, another thing, can you get the GNUstep.sh script to play nice with
> tcsh? It works beautifully under bash, but tcsh I get:
> piro:squallbsr {10} source
> /usr/local/GNUstep/System/Library/Makefiles/GNUstep.sh
> ZSH_VERSION: Undefined variable.
> piro:squallbsr {11}
Thanks ... you might want to try
source /usr/local/GNUstep/System/Library/Makefiles/GNUstep.csh
(Note it's GNUstep.csh and not GNUstep.sh ... we have two separate
scripts, GNUstep.sh is for sh and GNUstep.csh is for csh)
Let me know if it works any better :-)
Thanks