diff options
Diffstat (limited to 't/subobj10.sh')
-rwxr-xr-x | t/subobj10.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/subobj10.sh b/t/subobj10.sh index db6bf7267..cefb0ab06 100755 --- a/t/subobj10.sh +++ b/t/subobj10.sh @@ -17,7 +17,7 @@ # PR 492: Test asm subdir-objects. required=gcc -. ./defs || Exit 1 +. ./defs || exit 1 cat > configure.ac << END AC_INIT([$me], [1.0]) |