Ensure we update sshuttle/version.py in run

This commit is contained in:
Brian May 2016-08-30 18:52:26 +10:00
parent a441a03e57
commit f57ad356b9

1
run
View File

@ -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" "$@"