From 86b3ca7a667baef407ccfa28166638ed0e64c26c Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Tue, 18 Apr 2017 17:14:48 -0400 Subject: meson: use "sh -eu" and make .sh +x, .py -x Shell scripts should be executable so that meson reports their invocation succinctly (does not print 'sh' '-e'). Python scripts should not be executable so that meson does the detection of the right python binary itself. Add -u everywhere to catch potential errors. --- src/test/generate-sym-test.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 src/test/generate-sym-test.py (limited to 'src/test/generate-sym-test.py') diff --git a/src/test/generate-sym-test.py b/src/test/generate-sym-test.py old mode 100755 new mode 100644 -- cgit v1.2.3-54-g00ecf