home · contact · privacy
Fix.
authorChristian Heller <c.heller@plomlompom.de>
Mon, 5 May 2025 22:22:03 +0000 (00:22 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Mon, 5 May 2025 22:22:03 +0000 (00:22 +0200)
bookworm/scripts/lib/ensure_packages_of_tags

index fa109066444ed87d205115445fcecd096c17991c..e277354dfff4f95dc6d68d7904b8b0e8a4f206b4 100644 (file)
@@ -28,7 +28,7 @@ for _TAG in $@; do
     if [ -z "${_PACKAGES}" ]; then
         echo 'nothing to install.'
     else
-        echo 'ensuring installation of: ${_PACKAGES}'
+        echo "ensuring installation of: ${_PACKAGES}"
         ${_INSTALL_CMD} ${_PACKAGES}
     fi
 done