Diffstat (limited to 'dev-db/schemaspy-svn/files/schemaspy.launcherd') (more/less context) (ignore whitespace changes)
-rw-r--r-- | dev-db/schemaspy-svn/files/schemaspy.launcherd | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-db/schemaspy-svn/files/schemaspy.launcherd b/dev-db/schemaspy-svn/files/schemaspy.launcherd new file mode 100644 index 0000000..88e85fe --- a/dev/null +++ b/dev-db/schemaspy-svn/files/schemaspy.launcherd | |||
@@ -0,0 +1,10 @@ | |||
1 | tmp_cp=false | ||
2 | eval "tmp_$(gjl -p ${gjl_package} -a)" | ||
3 | for a in ${tmp_gjl_args} ; do | ||
4 | if [ ${tmp_cp} = "true" ] ; then | ||
5 | gjl_pkg_args="-cp ${a}"; | ||
6 | continue | ||
7 | elif [ "${a}" = "-classpath" ] ; then | ||
8 | tmp_cp=true | ||
9 | fi | ||
10 | done | ||