summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2007-12-24 08:02:57 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2007-12-24 08:02:57 +0000
commitb103892caa833c0eef83ad1dd513225cdbf83b4a (patch)
treeec5c224afb0baed3225b295d9a072db55376bf51
parent0ab8ea01b34c74d23521c01f04fd159abc4c1f3c (diff)
from-remote: Must use bash.
git-svn-id: svn+ssh://xorcom/home/svn/debs/components/rapid-tunneling@5170 283159da-0705-0410-b60c-f2062b4bb6ad
-rwxr-xr-xfrom-remote7
1 files changed, 6 insertions, 1 deletions
diff --git a/from-remote b/from-remote
index 45347d3..74fb3c5 100755
--- a/from-remote
+++ b/from-remote
@@ -1,4 +1,9 @@
-#!/bin/sh
+#!/bin/bash
+
+# from-remote: this script is executed by the remote ssh client as
+# instructed in .ssh/authorized_keys.
+
+# /bin/bash: because of the usage of the non-posix 'exec -a'
exec 2>err