You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@joshua.apache.org by le...@apache.org on 2016/11/09 23:54:25 UTC

incubator-joshua git commit: Fix path in JOSHUA-322

Repository: incubator-joshua
Updated Branches:
  refs/heads/master bc50c94eb -> fab096327


Fix path in JOSHUA-322


Project: http://git-wip-us.apache.org/repos/asf/incubator-joshua/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-joshua/commit/fab09632
Tree: http://git-wip-us.apache.org/repos/asf/incubator-joshua/tree/fab09632
Diff: http://git-wip-us.apache.org/repos/asf/incubator-joshua/diff/fab09632

Branch: refs/heads/master
Commit: fab09632776f37f94827195b73e84318c4151c81
Parents: bc50c94
Author: Lewis John McGibbney <le...@gmail.com>
Authored: Wed Nov 9 15:54:17 2016 -0800
Committer: Lewis John McGibbney <le...@gmail.com>
Committed: Wed Nov 9 15:54:17 2016 -0800

----------------------------------------------------------------------
 bin/extract-1best | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/fab09632/bin/extract-1best
----------------------------------------------------------------------
diff --git a/bin/extract-1best b/bin/extract-1best
index 425ce5a..99c68a8 100755
--- a/bin/extract-1best
+++ b/bin/extract-1best
@@ -26,8 +26,7 @@ fi
 
 set -u
 
-#JOSHUA=$(dirname $0)/..
-JOSHUA=/usr/local/Cellar/joshua/HEAD-2f3e752/libexec
+JOSHUA=$(dirname $0)/..
 RES_OVERRIDE_PATH=$JOSHUA/src/main/resources
 # Get the jar file (only the most recent, if there are many)
 JAR_PATH=$(ls -t $JOSHUA/target/joshua-*-jar-with-dependencies.jar | head -n1)