diff options
Diffstat (limited to 't/alloca.sh')
-rwxr-xr-x | t/alloca.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/alloca.sh b/t/alloca.sh index c87904b3d..e054dd4f8 100755 --- a/t/alloca.sh +++ b/t/alloca.sh @@ -16,7 +16,7 @@ # Make sure we complain if @ALLOCA@ is used without being set in configure.ac -. ./defs || Exit 1 +. ./defs || exit 1 cat >> configure.ac <<'END' AM_PROG_AR |