summaryrefslogtreecommitdiffstats
path: root/run
diff options
context:
space:
mode:
Diffstat (limited to 'run')
-rwxr-xr-xrun2
1 files changed, 1 insertions, 1 deletions
diff --git a/run b/run
index 92f47d0..8c34daf 100755
--- a/run
+++ b/run
@@ -11,7 +11,7 @@ DB_FILES="./android/assets/data/*.sqlite"
function gradlew_do()
{
- echo "./gradlew $ARGS" && ./gradlew $ARGS
+ echo "./gradlew $ARGS" && ./gradlew $ARGS || exit 1
}
case "$1" in