Merge pull request #534 from helix84/DS-1998-cli-classpath

DS-1998 fix the "dspace classpath" CLI command
This commit is contained in:
Mark H. Wood
2014-05-21 15:48:17 -04:00

View File

@@ -61,6 +61,12 @@ else
fi
# If the user only wants the CLASSPATH, just give it now.
if [ "$1" = "classpath" ]; then
echo $FULLPATH
exit 0
fi
#Allow user to specify java options through JAVA_OPTS variable