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/starrcp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/starrcp') diff --git a/tools/starrcp b/tools/starrcp index 6add5665b5..76f40fde03 100755 --- a/tools/starrcp +++ b/tools/starrcp @@ -1,5 +1,5 @@ #!/bin/sh # -THISDIR=`dirname $0` -${THISDIR}/cpof ${THISDIR}/../lib \ No newline at end of file +dir=$(dirname $0) +$dir/cpof $dir/../lib -- cgit v1.2.3