diff options
Diffstat (limited to 't/remake8a.sh')
-rwxr-xr-x | t/remake8a.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/remake8a.sh b/t/remake8a.sh index 1b32a5e93..65fd4bd30 100755 --- a/t/remake8a.sh +++ b/t/remake8a.sh @@ -21,7 +21,7 @@ # Keep this in sync with sister test 'remake8b.test', which performs the # same checks for a VPATH build. -. ./defs || Exit 1 +. ./defs || exit 1 mv -f configure.ac configure.stub |