Skip to content

Commit

Permalink
Ensure we update sshuttle/version.py in run
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmay committed Aug 30, 2016
1 parent a441a03 commit f57ad35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh
./setup.py --version > /dev/null
export PYTHONPATH=$PWD:$PYTHONPATH
if python3.5 -V >/dev/null 2>&1; then
exec python3.5 -m "sshuttle" "$@"
Expand Down

0 comments on commit f57ad35

Please sign in to comment.