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/udev/generate-keyboard-keys-list.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 src/udev/generate-keyboard-keys-list.sh (limited to 'src/udev') diff --git a/src/udev/generate-keyboard-keys-list.sh b/src/udev/generate-keyboard-keys-list.sh old mode 100644 new mode 100755 index 91635caebc..5fb5ed0bbe --- a/src/udev/generate-keyboard-keys-list.sh +++ b/src/udev/generate-keyboard-keys-list.sh @@ -1,4 +1,4 @@ -#!/bin/sh -e +#!/bin/sh -eu $1 -dM -include linux/input.h -