Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:google/enjarify
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Grosse committed Mar 24, 2016
2 parents 6ee0b06 + 3863097 commit bc16a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enjarify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ else
echo "Using $PYTHON as Python interpreter"

# Find location of this bash script, and set its directory as the PYTHONPATH
export PYTHONPATH=$(dirname "$(realpath "${BASH_SOURCE[0]}")")
export PYTHONPATH=$(dirname "$(readlink "${BASH_SOURCE[0]}")")

# Now execute the actual program
exec $PYTHON -O -m enjarify.main "$@"
Expand Down

0 comments on commit bc16a63

Please sign in to comment.