Skip to content

Commit cf0870f

Browse files
authored
Merge pull request #33 from broadinstitute/jts_python2_32
Fixing python version.
2 parents f357c30 + 36a14d7 commit cf0870f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cromshell

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
################################################################################
44

55
# Setup variables for the script:
6-
UNALIASED_SCRIPT_NAME=$( python -c "import os;print os.path.realpath(\"${BASH_SOURCE[0]}\")" )
6+
UNALIASED_SCRIPT_NAME=$( python -c "import os;print (os.path.realpath(\"${BASH_SOURCE[0]}\"))" )
77
SCRIPTDIR="$( cd "$( dirname "${UNALIASED_SCRIPT_NAME}" )" && pwd )"
88
SCRIPTNAME=$( echo $0 | sed 's#.*/##g' )
99
MINARGS=1

0 commit comments

Comments
 (0)