whitespace
This commit is contained in:
parent
6e67ea5d7c
commit
9b85d95333
1 changed files with 1 additions and 0 deletions
|
@ -488,6 +488,7 @@ setTestMode testmode = do
|
||||||
, ("GIT_ANNEX_USE_GIT_SSH", "1")
|
, ("GIT_ANNEX_USE_GIT_SSH", "1")
|
||||||
, ("TESTMODE", show testmode)
|
, ("TESTMODE", show testmode)
|
||||||
]
|
]
|
||||||
|
|
||||||
runFakeSsh :: [String] -> IO ()
|
runFakeSsh :: [String] -> IO ()
|
||||||
runFakeSsh ("-n":ps) = runFakeSsh ps
|
runFakeSsh ("-n":ps) = runFakeSsh ps
|
||||||
runFakeSsh (_host:cmd:[]) =
|
runFakeSsh (_host:cmd:[]) =
|
||||||
|
|
Loading…
Reference in a new issue