From 36378efe5e2a817e98c48e2aa902185007ba16ac Mon Sep 17 00:00:00 2001 From: Brian May Date: Tue, 23 Sep 2014 11:13:25 +1000 Subject: [PATCH] Revert Debian package specific change. This is required so sshuttle can be run from git repository. The way the Debian package is created is non-standard, and probably needs redoing anyway. --- src/sshuttle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/sshuttle b/src/sshuttle index 6ee47f1..2d234d5 100755 --- a/src/sshuttle +++ b/src/sshuttle @@ -4,8 +4,7 @@ for i in 1 2 3 4 5 6 7 8 9 10; do [ -L "$EXE" ] || break EXE=$(readlink "$EXE") done -#DIR=$(dirname "$EXE") -DIR=/usr/share/sshuttle +DIR=$(dirname "$EXE") if python2 -V 2>/dev/null; then exec python2 "$DIR/main.py" python2 "$@" else