[java-identity-provider] branch main updated: IDP-1736 ant.sh fails if "path to/java" has a space in it

Rod Widdowson rdw at steadingsoftware.com
Wed Jan 27 14:00:44 UTC 2021


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch main
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=93499458a8925bcd465ad4404611d625fac71de8

The following commit(s) were added to refs/heads/main by this push:
       new  93499458a IDP-1736 ant.sh fails if "path to/java" has a space in it
93499458a is described below

commit 93499458a8925bcd465ad4404611d625fac71de8
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Jan 27 13:57:22 2021 +0000

    IDP-1736 ant.sh fails if "path to/java" has a space in it
    
    https://issues.shibboleth.net/jira/browse/IDP-1736
---
 idp-distribution/src/main/resources/bin/ant.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-distribution/src/main/resources/bin/ant.sh b/idp-distribution/src/main/resources/bin/ant.sh
index dd8ee8273..658f20702 100755
--- a/idp-distribution/src/main/resources/bin/ant.sh
+++ b/idp-distribution/src/main/resources/bin/ant.sh
@@ -81,4 +81,4 @@ if $cygwin; then
   LOCALCLASSPATH=`cygpath --path --windows "$LOCALCLASSPATH"`
 fi
 
-$JAVACMD -classpath "$LOCALCLASSPATH" -Dant.home="${ANT_HOME}" -Dlogback.configurationFile=$INSTALL_LOG_FILE $ANT_OPTS org.apache.tools.ant.Main -e -f "${ANT_HOME}/build.xml" "$@"
+"$JAVACMD" -classpath "$LOCALCLASSPATH" -Dant.home="${ANT_HOME}" -Dlogback.configurationFile=$INSTALL_LOG_FILE $ANT_OPTS org.apache.tools.ant.Main -e -f "${ANT_HOME}/build.xml" "$@"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list