tweak to avoid 'realpath', which I can't find for cygwin

git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@665 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
This commit is contained in:
sjfink 2007-02-08 17:09:08 +00:00
parent 28534df44b
commit f9c1226fb9
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
REAL_NAME=`realpath $0`
MY_DIR=`dirname $REAL_NAME`
#REAL_NAME=`realpath $0`
MY_DIR=`pwd`
TMP=$MY_DIR/tmp