summaryrefslogtreecommitdiffstats
path: root/tools/meson-check-help.sh
diff options
context:
space:
mode:
authorbleep_blop <worz@tuta.io>2017-12-24 07:53:20 +0100
committerLennart Poettering <lennart@poettering.net>2017-12-25 19:48:49 +0100
commit7629744a3dbca313b55882d3a63135b2a9b27805 (patch)
treed8670d347cd248c7f95029c7122894eb4ed9828f /tools/meson-check-help.sh
parentsd-boot, udev: trivial condition simplifications (diff)
downloadsystemd-7629744a3dbca313b55882d3a63135b2a9b27805.tar.xz
systemd-7629744a3dbca313b55882d3a63135b2a9b27805.zip
separate flags from shebang
Diffstat (limited to 'tools/meson-check-help.sh')
-rwxr-xr-xtools/meson-check-help.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/meson-check-help.sh b/tools/meson-check-help.sh
index 4210491a98..69157105f2 100755
--- a/tools/meson-check-help.sh
+++ b/tools/meson-check-help.sh
@@ -1,4 +1,5 @@
-#!/bin/sh -eu
+#!/bin/sh
+set -eu
export SYSTEMD_LOG_LEVEL=info