home · contact · privacy
Improve w530 bookworm setup.
[config] / bookworm / setup_scripts / misc.sh
index 18fc010aea36cdbf4c204d50f01d986eb3f0e968..e1d417f270c95c2b358499137261865814a20421 100644 (file)
@@ -11,7 +11,7 @@ expect_n_args() {
     explainer="$2"
     shift 2
     if [ "$#" -lt "${min_args}" ]; then
-        echo "Need at least $1 arguments … ${explainer}"
+        echo "Need at least ${1} arguments … ${explainer}"
         false
     fi
 }