diff options
Diffstat (limited to 't/help-dmalloc.sh')
-rwxr-xr-x | t/help-dmalloc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/help-dmalloc.sh b/t/help-dmalloc.sh index a9ab69f60..7d2f10cdc 100755 --- a/t/help-dmalloc.sh +++ b/t/help-dmalloc.sh @@ -17,7 +17,7 @@ # Make sure that our macro 'AM_WITH_DMALLOC' adds proper text to # the configure help screen. -. ./defs || Exit 1 +. ./defs || exit 1 cat > configure.ac <<END AC_INIT([$me], [1.0]) |