diff options
Diffstat (limited to 'tools/meson-make-symlink.sh')
-rwxr-xr-x | tools/meson-make-symlink.sh | 3 |
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... |