[neon/infrastructure/pangea-data] imager: sc2086 doouble quote to prevent globbing and word splitting
Carlos De Maine
null at kde.org
Thu Jun 18 06:03:39 BST 2026
Git commit bbd715f35af8077a2a3dc76a25d64387ae89929f by Carlos De Maine.
Committed on 18/06/2026 at 05:03.
Pushed by carlosdem into branch 'master'.
sc2086 doouble quote to prevent globbing and word splitting
M +1 -1 imager/ubuntu-defaults-image
https://invent.kde.org/neon/infrastructure/pangea-data/-/commit/bbd715f35af8077a2a3dc76a25d64387ae89929f
diff --git a/imager/ubuntu-defaults-image b/imager/ubuntu-defaults-image
index 7c34b44..7111ec3 100755
--- a/imager/ubuntu-defaults-image
+++ b/imager/ubuntu-defaults-image
@@ -259,7 +259,7 @@ PACKAGENAME=${PACKAGE%%_*}
PACKAGENAME=${PACKAGENAME##*/}
# install language support hook (try the one from the source tree first)
-HOOK=$(dirname $(readlink -f $0))/../lib/language-support-hook
+HOOK="$(dirname "$(readlink -f "$0")")/../lib/language-support-hook"
if ! [ -e "$HOOK" ]; then
HOOK=/usr/share/ubuntu-defaults-builder/language-support-hook
fi
More information about the Neon-commits
mailing list