summaryrefslogtreecommitdiff
path: root/doc/bugs/git-annex-shell__58___bad_parameters_when_trying_to_configure_a_shell_sandbox/comment_2_92ec7f5f70b6b9e1dda085135aec9ca6._comment
blob: f4f4ed23afdf116f90be6f0483a15ef81fa85421 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[[!comment format=mdwn
 username="joey"
 subject="""comment 2"""
 date="2016-04-04T20:12:12Z"
 content="""
The wrapper program is not strictly necessary; this will work too:

	command="git-annex-shell -c \"$SSH_ORIGINAL_COMMAND\""

It might be nice if git-shell knew about `SSH_ORIGINAL_COMMAND`
(and if it did, I'd make git-annex-shell mirror that),
but then that could be seen as making git depend on the transport
unncessarily.
"""]]