components/desktop/firefox/patches/firefox29-313-mozconfig_loader_bash.patch
changeset 5255 cea0e462549a
equal deleted inserted replaced
5252:947514442d05 5255:cea0e462549a
       
     1 This patch is needed because the default shell on Solaris 10 has issues.
       
     2 The default shell on S11 and S12 is ksh93, which would probably work. If
       
     3 so, then this patch can be removed. This needs to be investigated further.
       
     4 
       
     5 --- mozilla-esr31/python/mozbuild/mozbuild/mozconfig_loader.orig	2015-06-04 17:42:52.695582248 -0700
       
     6 +++ mozilla-esr31/python/mozbuild/mozbuild/mozconfig_loader	2015-06-04 17:42:52.698042560 -0700
       
     7 @@ -1,4 +1,4 @@
       
     8 -#!/bin/sh
       
     9 +#!/bin/bash
       
    10  # This Source Code Form is subject to the terms of the Mozilla Public
       
    11  # License, v. 2.0. If a copy of the MPL was not distributed with this
       
    12  # file, You can obtain one at http://mozilla.org/MPL/2.0/.