Skip to content

Commit

Permalink
Update proxy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Phus Lu committed Mar 4, 2015
1 parent 3c07a73 commit 037ce5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local/proxy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ if [ "$(id -u)" != "0" ]; then
fi

# `readlink -f` won't work on Mac, this hack should work on all systems.
cd $(python -c "import os; print os.path.dirname(os.path.realpath('$0'))")
cd $(python -c "import os; print(os.path.dirname(os.path.realpath('$0')))")

case "$1" in
start)
Expand Down

0 comments on commit 037ce5b

Please sign in to comment.