diff options
Diffstat (limited to 't/cscope3.sh')
-rwxr-xr-x | t/cscope3.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/cscope3.sh b/t/cscope3.sh index 47bcd4d3a..30e8c0cc9 100755 --- a/t/cscope3.sh +++ b/t/cscope3.sh @@ -19,7 +19,7 @@ # is empty. required=cscope -. ./defs || Exit 1 +. ./defs || exit 1 cat >> configure.ac << 'END' AC_CONFIG_FILES([sub/Makefile]) |