diff options
Diffstat (limited to 't/instexec.sh')
-rwxr-xr-x | t/instexec.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/instexec.sh b/t/instexec.sh index c033ecd37..f394d84a8 100755 --- a/t/instexec.sh +++ b/t/instexec.sh @@ -17,7 +17,7 @@ # Test for this bug: when a Makefile.am builds nothing, no # install-exec target is generated. -. ./defs || Exit 1 +. ./defs || exit 1 : > Makefile.am |