fix use of wrong shebang when android is installing git-annex-shell wrapper on server
This commit is contained in:
parent
2a7d573280
commit
749c197947
5 changed files with 15 additions and 9 deletions
2
Init.hs
2
Init.hs
|
@ -106,7 +106,7 @@ preCommitHook = (</>) <$> fromRepo Git.localGitDir <*> pure "hooks/pre-commit"
|
|||
|
||||
preCommitScript :: String
|
||||
preCommitScript = unlines
|
||||
[ shebang
|
||||
[ shebang_local
|
||||
, "# automatically configured by git-annex"
|
||||
, "git annex pre-commit ."
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue