From 7629744a3dbca313b55882d3a63135b2a9b27805 Mon Sep 17 00:00:00 2001 From: bleep_blop Date: Sun, 24 Dec 2017 06:53:20 +0000 Subject: separate flags from shebang --- tools/meson-make-symlink.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools/meson-make-symlink.sh') 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... -- cgit v1.2.1