Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Get rid of "local" keyword for sh.
[simgrid.git] / tools / jenkins / build.sh
index 9518ae7..0e66fd6 100755 (executable)
@@ -26,7 +26,7 @@ fi
 
 # usage: die status message...
 die () {
-  local status=${1:-1}
+  status=${1:-1}
   shift
   [ $# -gt 0 ] || set -- "Error - Halting"
   echo "$@" >&2