From 1b79183079998bc670df23a3d72e16ffc7a59d70 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 18 Oct 2012 17:27:55 -0400 Subject: fix several "small" problems --- 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 2be9cce..6f1fd19 100644 --- a/jh-mvn-install.sh +++ b/jh-mvn-install.sh @@ -6,7 +6,7 @@ if [[ $# != 5 ]]; then exit 1 fi -base="`$jh_cmd mvn-basename $1 $2 $3" +base="`$jh_cmd mvn-basename $1 $2 $3`" jarfile=$4 pomfile=$5 -- cgit v1.2.3