diff options
Diffstat (limited to 't/gnuwarn2.sh')
-rwxr-xr-x | t/gnuwarn2.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/gnuwarn2.sh b/t/gnuwarn2.sh index 6a68d6580..0cdc71009 100755 --- a/t/gnuwarn2.sh +++ b/t/gnuwarn2.sh @@ -16,7 +16,7 @@ # Check diagnostics about no-installman being disallowed in 'gnu'. -. ./defs || Exit 1 +. ./defs || exit 1 cat > configure.ac << 'END' AC_INIT([gnuwarn2], [1.0]) |