diff options
Diffstat (limited to 't/java-compile-run-flat.sh')
-rwxr-xr-x | t/java-compile-run-flat.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/java-compile-run-flat.sh b/t/java-compile-run-flat.sh index eb384c586..05cf89ab2 100755 --- a/t/java-compile-run-flat.sh +++ b/t/java-compile-run-flat.sh @@ -25,7 +25,7 @@ required='java javac' am_serial_tests=yes -. ./defs || Exit 1 +. ./defs || exit 1 echo "AC_SUBST([PATH_SEPARATOR], ['$PATH_SEPARATOR'])" >> configure.ac |