diff options
Diffstat (limited to 't/dmalloc.sh')
-rwxr-xr-x | t/dmalloc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/dmalloc.sh b/t/dmalloc.sh index 2bf6a7c49..3f37eb5ab 100755 --- a/t/dmalloc.sh +++ b/t/dmalloc.sh @@ -16,7 +16,7 @@ # Simple checks on the 'AM_WITH_DMALLOC' macro. -. ./defs || Exit 1 +. ./defs || exit 1 cat >> configure.ac << 'END' AC_CONFIG_HEADERS([config.h]) |