diff options
Diffstat (limited to 'contrib/macdeploy/detached-sig-apply.sh')
-rwxr-xr-x | contrib/macdeploy/detached-sig-apply.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/macdeploy/detached-sig-apply.sh b/contrib/macdeploy/detached-sig-apply.sh index 91674a92e6..f8503e4de8 100755 --- a/contrib/macdeploy/detached-sig-apply.sh +++ b/contrib/macdeploy/detached-sig-apply.sh @@ -3,6 +3,7 @@ # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. +export LC_ALL=C set -e UNSIGNED="$1" |