Get our bin directory safely.
This commit is contained in:
+2
-1
@@ -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 "$@"
|
||||||
|
|||||||
Reference in New Issue
Block a user