summaryrefslogtreecommitdiff
path: root/tools/starrcp
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-06-03 13:54:06 -0700
committerPaul Phillips <paulp@improving.org>2012-06-06 14:23:44 -0700
commita43e070e232ce35ef14fce34458ee3ea6e823078 (patch)
tree5d679372f53b6e650d81d87c4e0bd654ed9051c3 /tools/starrcp
parent6cdb6b0299cb917ac3df9e39aa932bacdc31faf9 (diff)
downloadscala-a43e070e232ce35ef14fce34458ee3ea6e823078.tar.gz
scala-a43e070e232ce35ef14fce34458ee3ea6e823078.tar.bz2
scala-a43e070e232ce35ef14fce34458ee3ea6e823078.zip
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.
Diffstat (limited to 'tools/starrcp')
-rwxr-xr-xtools/starrcp4
1 files changed, 2 insertions, 2 deletions
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