summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/make_locale.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make_locale.sh b/scripts/make_locale.sh
index 7e9124717..769449fe2 100755
--- a/scripts/make_locale.sh
+++ b/scripts/make_locale.sh
@@ -2,7 +2,7 @@
if test -z "${PTXDIST_TOPDIR}"; then
echo PTXDIST_TOPDIR is unset
- exit
+ exit 1
fi
. ${PTXDIST_TOPDIR}/scripts/ptxdist_vars.sh