Index: scripts/globals.sh =================================================================== diff -u -r7f61c3b45a50145fe5c245018d481d6266166fa6 -r7013569e4b863f30d40b145fb12e335992e001b9 --- scripts/globals.sh (.../globals.sh) (revision 7f61c3b45a50145fe5c245018d481d6266166fa6) +++ scripts/globals.sh (.../globals.sh) (revision 7013569e4b863f30d40b145fb12e335992e001b9) @@ -416,9 +416,9 @@ post_log_dash " Denali " #launching denali application DENALI_VERSION="$($HOME/$DENALI_BIN -v)" - if [ -n "$DENALI_VERSION" ]; then + if [[ -n "$DENALI_VERSION" ]]; then post_log_pass "$($HOME/$DENALI_BIN -v)" # log UI Software version - if [ "$APPLICATION_PARAMS" == *"-E"* ]; then + if [[ "$APPLICATION_PARAMS" == *"-E"* ]]; then $HOME/$DENALI_BIN $APPLICATION_PARAMS # do not enclose the APPLICATION_PARAMS in "", then it becomes an empty parameter to the denali which is not accepted. else $HOME/$DENALI_BIN $APPLICATION_PARAMS &