Get our bin directory safely.

This commit is contained in:
Michael Bayne
2006-02-08 20:03:19 +00:00
parent ae05f006cb
commit a6a2ed8edf
+2 -1
View File
@@ -1,4 +1,5 @@
#!/bin/sh #!/bin/sh
ROOT=`dirname $0 | sed 's:/bin::g'` ROOT=`dirname $0`
ROOT=`cd $ROOT ; cd .. ; pwd`
$ROOT/bin/runjava com.threerings.getdown.tools.Differ "$@" $ROOT/bin/runjava com.threerings.getdown.tools.Differ "$@"