diff options
Diffstat (limited to 't/backsl4.sh')
-rwxr-xr-x | t/backsl4.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/backsl4.sh b/t/backsl4.sh index c11d20d47..707d35860 100755 --- a/t/backsl4.sh +++ b/t/backsl4.sh @@ -17,7 +17,7 @@ # Make sure we diagnose and fix white spaces following backslash. # Report from Peter Muir. -. ./defs || Exit 1 +. ./defs || exit 1 echo AC_OUTPUT >>configure.ac |