From: Jörg Thalheim Date: Mon, 14 Jan 2019 15:14:32 +0000 (+0000) Subject: tools/choose-default-locale.sh: set shebang to /bin/sh X-Git-Tag: v241-rc1~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=990bb60a6f485a580915edebbbab382ac31a4268;p=thirdparty%2Fsystemd.git tools/choose-default-locale.sh: set shebang to /bin/sh The script does not use any bash features. On NixOS we have /bin/sh and /usr/bin/env for posix compatibility but not /bin/bash as it is stored in our nix store. With this change one can run the `meson configure` without patching which greatly helps, when working on upstream contributions. --- diff --git a/tools/choose-default-locale.sh b/tools/choose-default-locale.sh index 43087980a94..3b3003835ce 100755 --- a/tools/choose-default-locale.sh +++ b/tools/choose-default-locale.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh set -e