summaryrefslogtreecommitdiff
path: root/tools/quickcp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/quickcp')
-rwxr-xr-xtools/quickcp5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/quickcp b/tools/quickcp
index 9d7ff8dfb0..0bfcad1941 100755
--- a/tools/quickcp
+++ b/tools/quickcp
@@ -2,4 +2,7 @@
#
THISDIR=`dirname $0`
-${THISDIR}/cpof ${THISDIR}/../build/quick/classes
+cp=`${THISDIR}/cpof ${THISDIR}/../build/quick/classes`
+fjbg=`${THISDIR}/abspath ${THISDIR}/../lib/fjbg.jar`
+
+echo ${cp}:${fjbg}