From 018fc1938d5653e2a3b62455eb5223666465ff48 Mon Sep 17 00:00:00 2001 From: Joe George Date: Tue, 4 Oct 2016 10:02:39 -0400 Subject: Fix typo in previous commit --- scripts/TestUtil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/TestUtil.py') diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py index 6f90c0bca94..a6e7b0b7136 100755 --- a/scripts/TestUtil.py +++ b/scripts/TestUtil.py @@ -1986,7 +1986,7 @@ def getTestEnv(lang, testdir): elif isDarwin(): if os.path.exists('/usr/local/opt/berkeley-db53/lib'): addClasspath(os.path.join("/", "usr", "local", "opt", "berkeley-db53", "lib", "db.jar"), env) - elif: os.path.exists('/usr/local/opt/ice/libexec/lib'): + elif os.path.exists('/usr/local/opt/ice/libexec/lib'): addClasspath(os.path.join("/", "usr", "local", "opt", "ice", "libexec", "lib", "db.jar"), env) else: addClasspath(os.path.join("/", "usr", "share", "java", "db.jar"), env) -- cgit v1.2.3