diff --git a/scripts/build.sh b/scripts/build.sh index 5697f472c..bf6074068 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -9,7 +9,7 @@ while [ -h "$SOURCE" ] ; do SOURCE="$(readlink "$SOURCE")"; done DIR="$( cd -P "$( dirname "$SOURCE" )/.." && pwd )" # Change into that directory -cd $DIR +cd "$DIR" # Get the git commit GIT_COMMIT=$(git rev-parse HEAD)