summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2019-01-14 15:14:32 +0000
committerLennart Poettering <lennart@poettering.net>2019-01-17 18:06:16 +0100
commit990bb60a6f485a580915edebbbab382ac31a4268 (patch)
tree9d2949a3945854306e518f330dd9c06e59e1d96e /tools
parent80aff27aeb7bbe694395df56be300ff5a4ea4e02 (diff)
downloadsystemd-990bb60a6f485a580915edebbbab382ac31a4268.tar.gz
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.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/choose-default-locale.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/choose-default-locale.sh b/tools/choose-default-locale.sh
index 43087980a9..3b3003835c 100755
--- a/tools/choose-default-locale.sh
+++ b/tools/choose-default-locale.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
set -e