diff options
Diffstat (limited to 't/comment3.sh')
-rwxr-xr-x | t/comment3.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/comment3.sh b/t/comment3.sh index 8f80945c2..e1f15832c 100755 --- a/t/comment3.sh +++ b/t/comment3.sh @@ -19,7 +19,7 @@ # shell, which in turn can't find '#' as a command. # Sigh. Some vendors must be destroyed. -. ./defs || Exit 1 +. ./defs || exit 1 cat > Makefile.am << 'END' install-data-local: |