X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9a273a291af8c192ec2a8931517341f44f78cd46..1775441d2553edf1c37f5295fd282c41cbbc81f5:/src/smpi/smpirun.in diff --git a/src/smpi/smpirun.in b/src/smpi/smpirun.in index 7f1407b70c..8fdc7da7d1 100755 --- a/src/smpi/smpirun.in +++ b/src/smpi/smpirun.in @@ -169,7 +169,7 @@ while true; do ;; "-version" | "--version" | "-v") - echo -e $SIMGRID_VERSION + printf '%b\n' "$SIMGRID_VERSION" exit 0 ;;