diff options
Diffstat (limited to 't/pr211.sh')
-rwxr-xr-x | t/pr211.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/pr211.sh b/t/pr211.sh index 97e28ebc2..a7dcee8db 100755 --- a/t/pr211.sh +++ b/t/pr211.sh @@ -28,7 +28,7 @@ # rename one of the 'foo.o' files. required=libtoolize -. ./defs || Exit 1 +. ./defs || exit 1 cat >> configure.ac << 'END' AC_PROG_CC |