Fixed bug in resetting IFS

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@13462 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-04-12 00:52:46 +00:00
parent 9e1f6036e8
commit a4dfde2bd2

View file

@ -37,7 +37,6 @@ if [ -z "$host_os" ]; then
fi
old_IFS="$IFS"
IFS=:
lib_paths=
@ -60,7 +59,7 @@ for dir in $GNUSTEP_PATHPREFIX_LIST; do
unset path_fragment
done
IFS="$tmp_IFS"
IFS="$old_IFS"
unset old_IFS
unset dir
@ -143,7 +142,7 @@ for dir in $GNUSTEP_PATHPREFIX_LIST; do
fi
done
IFS="$tmp_IFS"
IFS="$old_IFS"
unset old_IFS
unset dir