Skip to content

Commit

Permalink
[sre] Janus command-line shows logo on Unix platforms.
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Galland <galland@arakhne.org>
  • Loading branch information
gallandarakhneorg committed Feb 15, 2018
1 parent 2de2674 commit 318adda
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -10,7 +10,7 @@ if [ -n "$JAVA_HOME" ]; then
fi

if ( which $JAVA 2>&1 > /dev/null ); then
exec $JAVA -Djanus.programName="$PROGRAMNAME" -cp "$MYSELF" "{cliRunnerMainClass}" --nologo "$@"
exec $JAVA -Djanus.programName="$PROGRAMNAME" -cp "$MYSELF" "{cliRunnerMainClass}" "$@"
else
echo "Cannot find Java, please set your JAVA_HOME"
fi
Expand Down

0 comments on commit 318adda

Please sign in to comment.