Fixed build-mo-files not stopping on build errors

This commit is contained in:
evandrocoan 2020-02-24 16:59:07 -03:00
parent 95404ed2d7
commit 87c5316123
3 changed files with 3 additions and 1 deletions

View file

@ -2,6 +2,7 @@
#
# build mo files
#
set -e
targetDir="../aqt_data/locale/gettext"
mkdir -p $targetDir

View file

@ -1,4 +1,5 @@
#!/bin/bash
set -e
# pull any pending changes from git repos
./pull-git

View file

@ -2,7 +2,7 @@
#
# update template .pot file from source code strings
#
set -e
topDir=$(dirname $0)/../..
cd $topDir