projects
/
java-idp.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Better handling for non-existent GET implementation in servlet container.
[java-idp.git]
/
bin
/
extkeytool
1
#!/bin/sh
2
3
if [ -n JAVA_HOME ]
4
then
5
$JAVA_HOME/bin/java -cp ../dist/shib-util.jar:../lib/log4j-1.2.5.jar edu.internet2.middleware.shibboleth.utils.ExtKeyTool $@
6
else
7
echo "JAVA_HOME not set."
8
fi