RO start_build updated with a minor fix in --notest option
[osm/devops.git] / jenkins / RO / start_build
index e7d8bf4..77f751d 100755 (executable)
@@ -27,7 +27,7 @@ export OSM_MDG=RO
 OSM_load_config
 
 NOTEST=""
-if [ $1 = "--notest" ]; then
+if [ "$1" = "--notest" ]; then
     shift
     NOTEST="y"
 fi