summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions b/functions
index c4229f6..683b464 100644
--- a/functions
+++ b/functions
@@ -33,7 +33,7 @@ checked_modules ()
fi
}
-msg () { [ "${QUIET}" = "n" ] && echo $}; }
+msg () { [ "${QUIET}" = "n" ] && echo $@; }
err () { echo "ERROR: $@" >&2; }
die () { echo "FATAL: $@" >&2; cleanup; exit 1; }