]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/boot/efi/no-undefined-symbols.sh
meson: use "sh -eu" and make .sh +x, .py -x
[thirdparty/systemd.git] / src / boot / efi / no-undefined-symbols.sh
old mode 100644 (file)
new mode 100755 (executable)
index 4d92082..14a1a08
@@ -1,4 +1,4 @@
-#!/bin/sh -e
+#!/bin/sh -eu
 
 if nm -D -u "$1" | grep ' U '; then
     echo "Undefined symbols detected!"