summaryrefslogtreecommitdiff
path: root/tools/meson-check-compilation.sh
diff options
context:
space:
mode:
authorbleep_blop <worz@tuta.io>2017-12-24 06:53:20 +0000
committerSven Eden <yamakuzure@gmx.net>2018-05-30 07:49:42 +0200
commit415e4ccf882eb48016c9b97049374eb08ef2f2c4 (patch)
treee3e92725dd62e2e90524d31e20470cd7e2fc4e1f /tools/meson-check-compilation.sh
parentfaf2e1370d9d3c1e8bfcb17bbd813be53727e9e7 (diff)
separate flags from shebang
Diffstat (limited to 'tools/meson-check-compilation.sh')
-rwxr-xr-xtools/meson-check-compilation.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/meson-check-compilation.sh b/tools/meson-check-compilation.sh
index d3b2a312f..ce39e1684 100755
--- a/tools/meson-check-compilation.sh
+++ b/tools/meson-check-compilation.sh
@@ -1,3 +1,4 @@
-#!/bin/sh -eu
+#!/bin/sh
+set -eu
"$@" '-' -o/dev/null </dev/null