mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Fixed ingenuity in my last modification
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12329 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4936ffb10b
commit
74f36ebe93
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ GNUSTEP_NETWORK_ROOT=@GNUSTEP_NETWORK_ROOT@
|
|||
GNUSTEP_USER_ROOT=@GNUSTEP_USER_ROOT@
|
||||
|
||||
if [ -z "$WINDIR" ]; then
|
||||
GNUSTEP_USER_ROOT=`tr '\\\' '/' $GNUSTEP_USER_ROOT`
|
||||
GNUSTEP_USER_ROOT=`echo $GNUSTEP_USER_ROOT | tr '\\\' '/'`
|
||||
fi
|
||||
|
||||
# test to see if GNUSTEP_ROOT is in Win32 standard form and flag it
|
||||
|
|
Loading…
Reference in a new issue