Quote argument in shell script. Fixes #79.

This commit is contained in:
Will Morgan 2010-07-30 13:21:42 -04:00 committed by Phil Hagelberg
parent a1dc2634d5
commit 69c325e032

View file

@ -44,7 +44,7 @@ do
cd ..
if [ "$(dirname "$PWD")" == "/" ]; then
NOT_FOUND=0
cd $ORIGINAL_PWD
cd "$ORIGINAL_PWD"
fi
done