summaryrefslogtreecommitdiffstats
path: root/run
diff options
context:
space:
mode:
authorBrian May <brian@linuxpenguins.xyz>2016-08-30 18:52:26 +1000
committerBrian May <brian@linuxpenguins.xyz>2016-08-30 18:52:26 +1000
commitf57ad356b9ca407d410b72bb0d921eddae380694 (patch)
treee0755d9808b4ea590fce0e8677fb69f908bd5ecc /run
parenta441a03e578b731bd553945308c5e788318d0922 (diff)
Ensure we update sshuttle/version.py in run
Diffstat (limited to 'run')
-rwxr-xr-xrun1
1 files changed, 1 insertions, 0 deletions
diff --git a/run b/run
index 6d8b35b..8127acd 100755
--- a/run
+++ b/run
@@ -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" "$@"