From 5582cc5a082a7495e87c77f74ee58fcd1999b93b Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 12 May 2013 21:47:15 -0400 Subject: fix jh-mvn-basename and jh-mvn-install --- jh-mvn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jh-mvn-install.sh') diff --git a/jh-mvn-install.sh b/jh-mvn-install.sh index c33e097..b135d8f 100644 --- a/jh-mvn-install.sh +++ b/jh-mvn-install.sh @@ -9,7 +9,7 @@ if [[ $# != 5 ]]; then exit 1 fi -base="`$jh_cmd mvn-basename $1 $2 $3`" +base=`jh-mvn-basename $1 $2 $3` jarfile=$4 pomfile=$5 -- cgit v1.2.3