gnu: sshuttle: Rely on $PATH to find a POSIX sh.
authorTobias Geerinckx-Rice <me@tobias.gr>
Sun, 30 Sep 2018 19:12:06 +0000 (21:12 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Sun, 30 Sep 2018 19:15:23 +0000 (21:15 +0200)
commit0e2d3ce20e7bd71aaad5baa6b977b9684216b66e
treeee7e839aedd466c290e72ba9c55d27a05e3356b0
parentf2bc53af70eea7b7147b9e7e40280941866ed128
gnu: sshuttle: Rely on $PATH to find a POSIX sh.

This fixes a regression introduced in commit
c32863e094d3489d2e08ccb3188988d7c6410976, where the sshuttle client
will try to invoke its own /gnu/store/.../bin/sh on the server.

Rely on $PATH instead of regressing to upstream's hard-coded /bin/sh.

* gnu/packages/vpn.scm (sshuttle)[arguments]: SUBSTITUTE* "sh" for
"/bin/sh".
gnu/packages/vpn.scm