From 1af4a945336cac7d4aebd8286530f5b83833f8ce Mon Sep 17 00:00:00 2001 From: Brennon York Date: Mon, 15 Dec 2014 15:40:29 -0800 Subject: [PATCH] fixed bug with uppercase vs lowercase variable --- build/mvn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/mvn b/build/mvn index 62f286904cc85..fc495f8c2b09d 100755 --- a/build/mvn +++ b/build/mvn @@ -49,7 +49,7 @@ install_zinc() { "http://downloads.typesafe.com/zinc/0.3.5.3" \ "zinc-0.3.5.3.tgz" \ "${zinc_path}" - ZINC_BIN="${_DIR}/${ZINC_PATH}" + ZINC_BIN="${_DIR}/${zinc_path}" } # Determine the Scala version from the root pom.xml file, set the Scala URL,