Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Protect spaces in arguments forwarded to simgrid
[simgrid.git] / src / smpi / smpirun.in
index cad450d..6805ebd 100755 (executable)
@@ -64,7 +64,7 @@ while true; do
    ;;
    
    "--cfg="*|"--log="*|"--network_model="*)
-     SIMOPTS="$SIMOPTS $1"
+     SIMOPTS="$SIMOPTS '$1'"
      shift 1
    ;;
     *)