Quoted a couple of variables

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@13977 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-06-26 14:56:57 +00:00
parent b61176a4fc
commit f8a65a4266

View file

@ -52,7 +52,7 @@ function reset_path
found=no;
for gnustep_dir in $GNUSTEP_PATHLIST; do
if [ -n "$gnustep_dir" ]; then
case $dir in
case "$dir" in
$gnustep_dir*) found=yes; break;;
*);;
esac;
@ -66,7 +66,7 @@ function reset_path
fi;
fi
done
IFS=$tmp_IFS
IFS="$tmp_IFS"
# Not set the path variable.
eval "$1=\$temp_path"