diff options
author | bleep_blop <worz@tuta.io> | 2017-12-24 07:53:20 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2017-12-25 19:48:49 +0100 |
commit | 7629744a3dbca313b55882d3a63135b2a9b27805 (patch) | |
tree | d8670d347cd248c7f95029c7122894eb4ed9828f /tools/meson-check-help.sh | |
parent | sd-boot, udev: trivial condition simplifications (diff) | |
download | systemd-7629744a3dbca313b55882d3a63135b2a9b27805.tar.xz systemd-7629744a3dbca313b55882d3a63135b2a9b27805.zip |
separate flags from shebang
Diffstat (limited to 'tools/meson-check-help.sh')
-rwxr-xr-x | tools/meson-check-help.sh | 3 |
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 |