diff options
Diffstat (limited to 't/spelling.sh')
-rwxr-xr-x | t/spelling.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/spelling.sh b/t/spelling.sh index fb68f3103..f6f99eb66 100755 --- a/t/spelling.sh +++ b/t/spelling.sh @@ -16,7 +16,7 @@ # Test to make sure that misspelled prefixes actually cause error. -. ./defs || Exit 1 +. ./defs || exit 1 cat > Makefile.am << 'EOF' bni_PROGRAMS = zot |