X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=install.sh;fp=install.sh;h=3ee1ffbc555d12b8ec6057d73acad70b698ca393;hb=540824f5d0de0cedb7157dda6c9bec9b9cccba96;hp=0265a4d2ac543e1bd32dfb8b64548b50b1c9eaa6;hpb=60702dcb5f09605c1728397a8961388386bcac70;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