components/desktop/thunderbird/patches/firefox29-313-mozconfig_loader_bash.patch
changeset 5527 611b2d6efdfe
parent 5526 570ac9aab8b2
child 5528 f2f5af510081
equal deleted inserted replaced
5526:570ac9aab8b2 5527:611b2d6efdfe
     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 --- comm-esr31/mozilla/python/mozbuild/mozbuild/mozconfig_loader.orig	2015-06-04 17:42:52.695582248 -0700
       
     6 +++ comm-esr31/mozilla/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/.