[neon/infrastructure/pangea-data] imager: Revert "sc2086 doouble quote to prevent globbing and word splitting"

Carlos De Maine null at kde.org
Thu Jun 18 06:44:03 BST 2026


Git commit a5a8506c13e7800b4dd1f11ba8c81ac11cb480de by Carlos De Maine.
Committed on 18/06/2026 at 05:43.
Pushed by carlosdem into branch 'master'.

Revert "sc2086 doouble quote to prevent globbing and word splitting"

This reverts commit bbd715f35af8077a2a3dc76a25d64387ae89929f.

M  +1    -1    imager/ubuntu-defaults-image

https://invent.kde.org/neon/infrastructure/pangea-data/-/commit/a5a8506c13e7800b4dd1f11ba8c81ac11cb480de

diff --git a/imager/ubuntu-defaults-image b/imager/ubuntu-defaults-image
index 7111ec3..7c34b44 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