Merge "[COMMON] Fix condition equality bashisms"
[oom.git] / kubernetes / robot / demo-k8s.sh
index 7ab384e..d48070c 100755 (executable)
@@ -63,7 +63,7 @@ usage ()
 
 # Check if execscript flag is used and drop it from input arguments
 
-if [[ "${!#}" == "execscript" ]]; then
+if [[ "${!#}" = "execscript" ]]; then
         set -- "${@:1:$#-1}"
         execscript=true
 fi