File fix-shebang.patch of Package sshuttle

---
 bin/sudoers-add |    2 +-
 run             |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Index: sshuttle-1.1.0/bin/sudoers-add
===================================================================
--- sshuttle-1.1.0.orig/bin/sudoers-add
+++ sshuttle-1.1.0/bin/sudoers-add
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/bin/bash
 # William Mantly <wmantly@gmail.com>
 # MIT License
 # https://github.com/wmantly/sudoers-add
Index: sshuttle-1.1.0/run
===================================================================
--- sshuttle-1.1.0.orig/run
+++ sshuttle-1.1.0/run
@@ -1,4 +1,4 @@
-#!/usr/bin/env sh
+#!/bin/sh
 set -e
 export PYTHONPATH="$(dirname "$0"):$PYTHONPATH"
 export PATH="$(dirname "$0")/bin:$PATH"
openSUSE Build Service is sponsored by