]> AND Public Git Repository - simgrid.git/blobdiff - tools/jenkins/build.sh
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix build on Debian/kFreeBSD.
[simgrid.git] / tools / jenkins / build.sh
index 3052b0e2b958c38724a11d4de6c57cf70d82bae3..951e7440c246027c960bd7129b47145f7af55131 100755 (executable)
@@ -75,7 +75,7 @@ elif [ -f /etc/redhat-release ]; then
     os=""
     ver=$(cat /etc/redhat-release)
 elif [ -f /usr/bin/sw_vers ]; then
-    os=$(sw_vers -producls /e   tName)
+    os=$(sw_vers -productName)
     ver=$(sw_vers -productVersion)
 elif [ -f /bin/freebsd-version ]; then
     os=$(uname -s)