Skip to content
Snippets Groups Projects
Commit 6c40d8a6 authored by Axel Hahn's avatar Axel Hahn
Browse files

checkempty JOBDEF_LANG

parent 152297b3
No related branches found
No related tags found
1 merge request!22Small fixes
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment