Salome HOME
Fix condition on runRemoteSSL.sh.
[modules/kernel.git] / bin / appliskel / runRemoteSSL.sh
index 374fae90b3b7e8ce6263198187b6e7a0389918a3..f7c7557a84654bbc0374cf69a0897e20e96fa276 100755 (executable)
@@ -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