summaryrefslogtreecommitdiffhomepage
path: root/android/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'android/scripts')
-rwxr-xr-xandroid/scripts/prepare-release.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/scripts/prepare-release.sh b/android/scripts/prepare-release.sh
index 2bab05fd4c..cc3983d67c 100755
--- a/android/scripts/prepare-release.sh
+++ b/android/scripts/prepare-release.sh
@@ -26,7 +26,7 @@ if [[ -z ${PRODUCT_VERSION+x} ]]; then
exit 1
fi
-if test -n "$(git status --porcelain)"; then
+if [[ -n "$(git status --porcelain)" ]]; then
echo "Dirty working directory! Will not accept that for an official release."
exit 1
fi