From 25dc9fb774ca365e3fce939871ebcae53639e9a1 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 22 Mar 2012 15:42:27 +0000 Subject: use "set -eu" in scripts Except in the missing-ref script, since that one breaks with -e. --- tests/show-dependencies.script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/show-dependencies.script') diff --git a/tests/show-dependencies.script b/tests/show-dependencies.script index d283efab..78fb186b 100755 --- a/tests/show-dependencies.script +++ b/tests/show-dependencies.script @@ -18,7 +18,7 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -set -e +set -eu tests/morph show-dependencies test-repo master xfce-core.morph -- cgit v1.2.1