summaryrefslogtreecommitdiff
path: root/tools/meson-make-symlink.sh
diff options
context:
space:
mode:
authorbleep_blop <worz@tuta.io>2017-12-24 06:53:20 +0000
committerLennart Poettering <lennart@poettering.net>2017-12-25 19:48:49 +0100
commit7629744a3dbca313b55882d3a63135b2a9b27805 (patch)
treed8670d347cd248c7f95029c7122894eb4ed9828f /tools/meson-make-symlink.sh
parent977f65f01dadb501c6bd08990887eca655361e5e (diff)
downloadsystemd-7629744a3dbca313b55882d3a63135b2a9b27805.tar.gz
separate flags from shebang
Diffstat (limited to 'tools/meson-make-symlink.sh')
-rwxr-xr-xtools/meson-make-symlink.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/meson-make-symlink.sh b/tools/meson-make-symlink.sh
index 47a5e70ae5..501cd43d47 100755
--- a/tools/meson-make-symlink.sh
+++ b/tools/meson-make-symlink.sh
@@ -1,4 +1,5 @@
-#!/bin/sh -eu
+#!/bin/sh
+set -eu
# this is needed mostly because $DESTDIR is provided as a variable,
# and we need to create the target directory...