mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
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:
parent
b61176a4fc
commit
f8a65a4266
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue