summaryrefslogtreecommitdiff
path: root/t/empty.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/empty.sh')
-rwxr-xr-xt/empty.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/empty.sh b/t/empty.sh
index 23f8a7d59..a8e1b1678 100755
--- a/t/empty.sh
+++ b/t/empty.sh
@@ -17,7 +17,7 @@
# Test for bug where if the list of installables is empty, invalid sh
# code is generated.
-. ./defs || Exit 1
+. ./defs || exit 1
echo AC_OUTPUT >>configure.ac
echo 'data_DATA =' >Makefile.am