wrapFirefox: quote the makeWrapperArgs Bash array

Fix the wrapper build failure caused by the missing quotes.
This commit is contained in:
Yueh-Shun Li
2025-01-20 02:01:55 +08:00
parent 7c069661de
commit 561318249b
@@ -372,7 +372,7 @@ let
appendToVar makeWrapperArgs --prefix XDG_DATA_DIRS : "$GSETTINGS_SCHEMAS_PATH"
concatTo makeWrapperArgs oldWrapperArgs
makeWrapper "$oldExe" "''${executablePath}${nameSuffix}" ''${makeWrapperArgs[@]}
makeWrapper "$oldExe" "''${executablePath}${nameSuffix}" "''${makeWrapperArgs[@]}"
#############################
# #
# END EXTRA PREF CHANGES #