From a43e070e232ce35ef14fce34458ee3ea6e823078 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Sun, 3 Jun 2012 13:54:06 -0700 Subject: Updated tools/*cp scripts. To include the asm classes in some cases, and also to improve with my sadly now-greater knowledge of shell scripting. --- tools/quickcp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'tools/quickcp') diff --git a/tools/quickcp b/tools/quickcp index dd5251d30f..25d46e56d9 100755 --- a/tools/quickcp +++ b/tools/quickcp @@ -1,10 +1,4 @@ #!/bin/sh # -THISDIR=`dirname $0` -ABS=${THISDIR}/abspath -LIBDIR=`$ABS $THISDIR/../lib` - -cp=`${THISDIR}/cpof ${THISDIR}/../build/quick/classes` - -echo ${cp}:$LIBDIR/fjbg.jar:$LIBDIR/msil.jar:$LIBDIR/forkjoin.jar:$LIBDIR/jline.jar:$LIBDIR/extra/'*' +$(dirname $0)/buildcp quick -- cgit v1.2.3