summaryrefslogtreecommitdiff
path: root/dev-db/schemaspy/files/schemaspy.launcherd
blob: 88e85fea886f2b26aa1c5a0955c0fe3012826086 (plain)
1
2
3
4
5
6
7
8
9
10
tmp_cp=false
eval "tmp_$(gjl -p ${gjl_package} -a)"
for a in ${tmp_gjl_args} ; do
 if [ ${tmp_cp} = "true" ] ; then
  gjl_pkg_args="-cp ${a}";
  continue
 elif [ "${a}" = "-classpath" ] ; then
  tmp_cp=true
 fi
done