Skip to content

Commit

Permalink
PAYARA-243 fix no args usage of gfbuild.sh
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.java.net/svn/glassfish~svn/trunk/main@63843 6f3ba3e3-413c-0410-a8aa-90bee3ab43b5
  • Loading branch information
romain_grecourt authored and Pandrex247 committed Jun 8, 2015
1 parent 7389546 commit 4f0b17f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gfbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
#
# Copyright (c) 2010-2014 Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2010-2015 Oracle and/or its affiliates. All rights reserved.
#
# The contents of this file are subject to the terms of either the GNU
# General Public License Version 2 only ("GPL") or the Common Development
Expand Down Expand Up @@ -162,8 +162,8 @@ then
eval "$build_arg1"
else
if [ "$maven_repo" = "" ]; then
mvn $mvn_env $update "$build_args" | tee gfbuild.log
mvn $mvn_env $update $build_args | tee gfbuild.log
else
mvn -Dmaven.repo.local=$maven_repo $mvn_env $update "$build_args" | tee gfbuild.log
mvn -Dmaven.repo.local=$maven_repo $mvn_env $update $build_args | tee gfbuild.log
fi
fi

0 comments on commit 4f0b17f

Please sign in to comment.