From: Ovidiu Mircescu Date: Fri, 23 Jul 2021 09:03:04 +0000 (+0200) Subject: Fix condition on runRemoteSSL.sh. X-Git-Tag: V9_8_0a1~37 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=0ec53956e8fd334cd047b2631ea05d8f43b467a4;p=modules%2Fkernel.git Fix condition on runRemoteSSL.sh. --- diff --git a/bin/appliskel/runRemoteSSL.sh b/bin/appliskel/runRemoteSSL.sh index 374fae90b..f7c7557a8 100755 --- a/bin/appliskel/runRemoteSSL.sh +++ b/bin/appliskel/runRemoteSSL.sh @@ -46,7 +46,7 @@ export APPLI=$("${APPLI_HOME}/getAppliPath.py") # Sourcing files with parameters works with bash, not with dash. This is why # we must use bash for this script. -if "$1" == "--noenvd" +if [ "$1" == "--noenvd" ] then shift else