bigfix: doubled shell escape
This commit is contained in:
parent
8156af90ed
commit
55b92860ce
1 changed files with 1 additions and 2 deletions
|
@ -94,8 +94,7 @@ inAnnex r key = do
|
||||||
Annex.eval a (Core.inAnnex key)
|
Annex.eval a (Core.inAnnex key)
|
||||||
checkremote = do
|
checkremote = do
|
||||||
Core.showNote ("checking " ++ Git.repoDescribe r ++ "...")
|
Core.showNote ("checking " ++ Git.repoDescribe r ++ "...")
|
||||||
inannex <- runCmd r "test"
|
inannex <- runCmd r "test" ["-e", annexLocation r key]
|
||||||
[ "-e", (shellEscape $ annexLocation r key)]
|
|
||||||
-- XXX Note that ssh failing and the file not existing
|
-- XXX Note that ssh failing and the file not existing
|
||||||
-- are not currently differentiated.
|
-- are not currently differentiated.
|
||||||
return $ Right inannex
|
return $ Right inannex
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue