diff options
Diffstat (limited to 'help3xsl')
-rwxr-xr-x | help3xsl/makehelp.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/help3xsl/makehelp.sh b/help3xsl/makehelp.sh index 60e07d8145..cf3d78a48e 100755 --- a/help3xsl/makehelp.sh +++ b/help3xsl/makehelp.sh @@ -18,12 +18,12 @@ workDir=$(realpath '../../workdir') langDirSource=$workDir'/HelpTranslatePartTarget' offline="yes" -if [ $1 == "no" ] +if [ "$1" == "no" ] then offline="no" fi -if [ $2 == "yes" ] +if [ "$2" == "yes" ] then mkdir -p $langDirSource/en-US/helpcontent2/source cp -r ../source/text $langDirSource/en-US/helpcontent2/source/ |