Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Misc issues in shell scripts (codefator.io).
[simgrid.git] / examples / s4u / mc-bugged1-liveness / s4u-mc-bugged1-liveness-stack-cleaner
index cb32fc8..ce56584 100755 (executable)
@@ -14,7 +14,7 @@ die() {
 
 assert() {
   if ! eval "$1"; then
-    die "Assertion failed: $@"
+    die "Assertion failed: $*"
   fi
 }