[java-metadata-aggregator] 02/02: Terminate final line in scripts
Ian Young
ian at iay.org.uk
Mon Dec 6 16:26:34 UTC 2021
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch dev/MDA-266
in repository java-metadata-aggregator.
View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=00ab1c88e07a1cf75c072b61225e374788842fef
commit 00ab1c88e07a1cf75c072b61225e374788842fef
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Mon Dec 6 16:26:28 2021 +0000
Terminate final line in scripts
---
mda-distribution/src/script/bash/mda.sh | 2 +-
mda-distribution/src/script/bat/mda.bat | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/mda-distribution/src/script/bash/mda.sh b/mda-distribution/src/script/bash/mda.sh
index 3313ad9..bd8abdc 100644
--- a/mda-distribution/src/script/bash/mda.sh
+++ b/mda-distribution/src/script/bash/mda.sh
@@ -41,4 +41,4 @@ do
fi
done
-"$JAVACMD" '-classpath' "$LOCALCLASSPATH" $JVMOPTS 'net.shibboleth.metadata.cli.SimpleCommandLine' "$@"
\ No newline at end of file
+"$JAVACMD" '-classpath' "$LOCALCLASSPATH" $JVMOPTS 'net.shibboleth.metadata.cli.SimpleCommandLine' "$@"
diff --git a/mda-distribution/src/script/bat/mda.bat b/mda-distribution/src/script/bat/mda.bat
index 4a45a12..d9cdb72 100644
--- a/mda-distribution/src/script/bat/mda.bat
+++ b/mda-distribution/src/script/bat/mda.bat
@@ -46,4 +46,4 @@ if exist %JAVA_HOME%\lib\classes.zip (
REM Go to it !
-%JAVACMD% -classpath "%LOCALCLASSPATH%" %JVMOPTS% net.shibboleth.metadata.cli.SimpleCommandLine %*
\ No newline at end of file
+%JAVACMD% -classpath "%LOCALCLASSPATH%" %JVMOPTS% net.shibboleth.metadata.cli.SimpleCommandLine %*
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list