summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/main.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.sh b/src/main.sh
index 0c4ca77..8e19665 100644
--- a/src/main.sh
+++ b/src/main.sh
@@ -69,7 +69,7 @@ main()
builddir=''
fi
- load_locale
+ load_locale || return 1
_get_options "${@}"
shift $((${OPTIND} - 1))