summaryrefslogtreecommitdiff
path: root/Assistant/XMPP/Git.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-05-06 15:58:13 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-05-06 15:58:13 -0400
commitae8912003022be1a8cd77684824a89460c7ff646 (patch)
treec79f54fe1654349312fc95dc4684300a63784bc6 /Assistant/XMPP/Git.hs
parent7df05f6417794713d8c1a7c051f5723cba543542 (diff)
fix use of wrong shebang when android is installing git-annex-shell wrapper on server
Diffstat (limited to 'Assistant/XMPP/Git.hs')
-rw-r--r--Assistant/XMPP/Git.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant/XMPP/Git.hs b/Assistant/XMPP/Git.hs
index c1605bee2..6a50e13f6 100644
--- a/Assistant/XMPP/Git.hs
+++ b/Assistant/XMPP/Git.hs
@@ -156,7 +156,7 @@ xmppPush cid gitpush handledeferred = runPush SendPack cid handledeferred $ do
let wrapper = tmpdir </> "git-remote-xmpp"
program <- readProgramFile
writeFile wrapper $ unlines
- [ shebang
+ [ shebang_local
, "exec " ++ program ++ " xmppgit"
]
modifyFileMode wrapper $ addModes executeModes