]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tools/choose-default-locale.sh: set shebang to /bin/sh
authorJörg Thalheim <joerg@thalheim.io>
Mon, 14 Jan 2019 15:14:32 +0000 (15:14 +0000)
committerLennart Poettering <lennart@poettering.net>
Thu, 17 Jan 2019 17:06:16 +0000 (18:06 +0100)
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.

tools/choose-default-locale.sh

index 43087980a94a3125f183ce5bc44f2d822777b321..3b3003835cebe3877ff0181cc2573441045c537f 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 set -e