X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=clean.sh;h=5241a76ff29f84eefee49583e5c068d971d70577;hb=489ab49b4b56037f32178e450755d464a55c40e4;hp=cdac823716389d8c4027822907506242d3c9ee80;hpb=2e498cbcb062ff8b6e21703838e214c6427bffe8;p=sbcl.git diff --git a/clean.sh b/clean.sh index cdac823..5241a76 100755 --- a/clean.sh +++ b/clean.sh @@ -30,7 +30,7 @@ for d in tools-for-build; do # is misleading when this script does lotso other operations too. # -- WHN $GNUMAKE -I ../src/runtime -s clean - cd $original_pwd > /dev/null + cd "$original_pwd" > /dev/null done ( cd ./doc ; sh ./clean.sh )