typos
This commit is contained in:
parent
682ae30a08
commit
ec23eeb9eb
1 changed files with 2 additions and 2 deletions
|
@ -97,9 +97,9 @@ writeOSXDesktop command = do
|
||||||
ifM isRoot
|
ifM isRoot
|
||||||
( return ()
|
( return ()
|
||||||
, do
|
, do
|
||||||
let commandfile <- home </> "Desktop" </> "git-annex-webapp.command"
|
let commandfile = home </> "Desktop" </> "git-annex-webapp.command"
|
||||||
writeFile commandfile $ unwords [command, "webapp"]
|
writeFile commandfile $ unwords [command, "webapp"]
|
||||||
mode <- fileMode <$> getFileStatus f
|
mode <- fileMode <$> getFileStatus commandfile
|
||||||
setFileMode commandfile $ mode `unionFileModes` ownerExecuteMode
|
setFileMode commandfile $ mode `unionFileModes` ownerExecuteMode
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue