Skip to content
Snippets Groups Projects

Small fixes

Merged Hahn Axel (hahn) requested to merge small-fixes into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -73,7 +73,7 @@ function j_init(){
# for date definitions like weekdays
JOBDEF_LANG=`_j_getvar ${JOBFILE} "lang"`
if [ -z $JOBDEF_LANG ]; then
if [ -z "$JOBDEF_LANG" ]; then
JOBDEF_LANG="en_us"
fi
export LANG=$JOBDEF_LANG
Loading