summaryrefslogtreecommitdiffstats
path: root/scripts/make_locale.sh
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2008-04-12 12:16:50 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2008-04-12 12:16:50 +0000
commit348d484708c00defc06dd94d68e8d7805aef089c (patch)
treed2c48f5c21c64e8b395803c55d3aa70c70dd003e /scripts/make_locale.sh
parentc7eb24593293023c917003a3612ab7067fbfe84f (diff)
downloadptxdist-348d484708c00defc06dd94d68e8d7805aef089c.tar.gz
ptxdist-348d484708c00defc06dd94d68e8d7805aef089c.tar.xz
* make_locale.sh:
exit fatal on error git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7957 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'scripts/make_locale.sh')
-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