wrapFirefox: quote the makeWrapperArgs Bash array
Fix the wrapper build failure caused by the missing quotes.
This commit is contained in:
@@ -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 #
|
||||
|
||||
Reference in New Issue
Block a user