X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=install.sh;h=3ee1ffbc555d12b8ec6057d73acad70b698ca393;hb=fd5fbfdd4d43c3d88c61f4d3240100b9333f4675;hp=0265a4d2ac543e1bd32dfb8b64548b50b1c9eaa6;hpb=2e8a905fd4557c672f434a109b2e7bde0621fb29;p=sbcl.git diff --git a/install.sh b/install.sh index 0265a4d..3ee1ffb 100644 --- a/install.sh +++ b/install.sh @@ -5,12 +5,9 @@ set -e ensure_dirs () { - OLD_IFS=$IFS - IFS='' - for j in $*; do + for j in "$@"; do test -d "$j" || mkdir -p "$j" done; - IFS=$OLD_IFS } if [ "$OSTYPE" = "cygwin" -o "$OSTYPE" = "msys" ] ; then