Commit 56131824 authored by Yueh-Shun Li's avatar Yueh-Shun Li
Browse files

wrapFirefox: quote the makeWrapperArgs Bash array

Fix the wrapper build failure caused by the missing quotes.
parent 7c069661
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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  #