diff --git a/spine-godot/build/build-templates-v4.sh b/spine-godot/build/build-templates-v4.sh index bb71f3c7c..8db8a8fed 100755 --- a/spine-godot/build/build-templates-v4.sh +++ b/spine-godot/build/build-templates-v4.sh @@ -2,7 +2,7 @@ set -e dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )" -pushd $dir > /dev/null +pushd "$dir" > /dev/null if [ ! "$#" -eq 1 ]; then echo "Usage: ./build-templates.sh " diff --git a/spine-godot/build/build-templates.sh b/spine-godot/build/build-templates.sh index 57bc7cfac..c21add0ae 100755 --- a/spine-godot/build/build-templates.sh +++ b/spine-godot/build/build-templates.sh @@ -2,7 +2,7 @@ set -e dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )" -pushd $dir > /dev/null +pushd "$dir" > /dev/null if [ ! "$#" -eq 1 ]; then echo "Usage: ./build-templates.sh " diff --git a/spine-godot/build/build-v4.sh b/spine-godot/build/build-v4.sh index 6ea29a454..ef967d5c4 100755 --- a/spine-godot/build/build-v4.sh +++ b/spine-godot/build/build-v4.sh @@ -2,7 +2,7 @@ set -e dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )" -pushd $dir > /dev/null +pushd "$dir" > /dev/null if [ ! -d ../godot ]; then echo "No Godot clone found. Run ./setup.sh first." diff --git a/spine-godot/build/build.sh b/spine-godot/build/build.sh index 2abaed21a..2550bc6ca 100755 --- a/spine-godot/build/build.sh +++ b/spine-godot/build/build.sh @@ -2,7 +2,7 @@ set -e dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )" -pushd $dir > /dev/null +pushd "$dir" > /dev/null if [ ! "$#" -eq 1 ]; then echo "Usage: ./build.sh " diff --git a/spine-godot/build/setup.sh b/spine-godot/build/setup.sh index 6085f78c8..a48f1a8a4 100755 --- a/spine-godot/build/setup.sh +++ b/spine-godot/build/setup.sh @@ -2,7 +2,7 @@ set -e dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )" -pushd $dir > /dev/null +pushd "$dir" > /dev/null if [ ! "$#" -eq 2 ]; then echo "Usage: ./setup.sh "