We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ede7df6 commit bd3541dCopy full SHA for bd3541d
cromshell
@@ -3,7 +3,7 @@
3
################################################################################
4
5
# Setup variables for the script:
6
-UNALIASED_SCRIPT_NAME=$( /usr/bin/python -c "import os;print os.path.realpath(\"${BASH_SOURCE[0]}\")" )
+UNALIASED_SCRIPT_NAME=$( python2 -c "import os;print os.path.realpath(\"${BASH_SOURCE[0]}\")" )
7
SCRIPTDIR="$( cd "$( dirname "${UNALIASED_SCRIPT_NAME}" )" && pwd )"
8
SCRIPTNAME=$( echo $0 | sed 's#.*/##g' )
9
MINARGS=1
0 commit comments