[COMMON] Fix condition bracket bashisms - step 1
[oom.git] / kubernetes / common / cassandra / resources / restore.sh
index a810534..7f271d2 100644 (file)
@@ -41,7 +41,7 @@ then
        print_usage
 fi
 
-while [[ $# -gt 0 ]]
+while [ $# -gt 0 ]
 do
 key="$1"
 shift