assistant: Fix ~/.ssh/git-annex-shell wrapper to work when the ssh key does not force a command.

Without a forced command, SSH_ORIGINAL_COMMAND is not set.
So instead, in this case, run $@
This commit is contained in:
Joey Hess 2013-03-12 07:12:39 -04:00
parent e5f812c4c3
commit 796f1d806f
3 changed files with 19 additions and 7 deletions

2
debian/changelog vendored
View file

@ -55,6 +55,8 @@ git-annex (4.20130228) UNRELEASED; urgency=low
* assistant: Detects most renames, including directory renames, and
combines all their changes into a single commit.
* addurl: Add --relaxed option.
* assistant: Fix ~/.ssh/git-annex-shell wrapper to work when the
ssh key does not force a command.
-- Joey Hess <joeyh@debian.org> Wed, 27 Feb 2013 23:20:40 -0400