Skip to content

Commit c2ed933

Browse files
authored
wrapFirefox: quote the makeWrapperArgs Bash array (NixOS#375122)
2 parents ad2c670 + 5613182 commit c2ed933

File tree

1 file changed

+1
-1
lines changed
  • pkgs/applications/networking/browsers/firefox

1 file changed

+1
-1
lines changed

pkgs/applications/networking/browsers/firefox/wrapper.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ let
372372
373373
appendToVar makeWrapperArgs --prefix XDG_DATA_DIRS : "$GSETTINGS_SCHEMAS_PATH"
374374
concatTo makeWrapperArgs oldWrapperArgs
375-
makeWrapper "$oldExe" "''${executablePath}${nameSuffix}" ''${makeWrapperArgs[@]}
375+
makeWrapper "$oldExe" "''${executablePath}${nameSuffix}" "''${makeWrapperArgs[@]}"
376376
#############################
377377
# #
378378
# END EXTRA PREF CHANGES #

0 commit comments

Comments
 (0)