We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f357c30 + 36a14d7 commit cf0870fCopy full SHA for cf0870f
cromshell
@@ -3,7 +3,7 @@
3
################################################################################
4
5
# Setup variables for the script:
6
-UNALIASED_SCRIPT_NAME=$( python -c "import os;print os.path.realpath(\"${BASH_SOURCE[0]}\")" )
+UNALIASED_SCRIPT_NAME=$( python -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