From ec23eeb9eb273438a59f287f9252e7b1af987fc9 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 6 Sep 2012 13:51:44 -0400 Subject: typos --- Build/InstallDesktopFile.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Build') diff --git a/Build/InstallDesktopFile.hs b/Build/InstallDesktopFile.hs index 92adacff9..035d16016 100644 --- a/Build/InstallDesktopFile.hs +++ b/Build/InstallDesktopFile.hs @@ -97,9 +97,9 @@ writeOSXDesktop command = do ifM isRoot ( return () , do - let commandfile <- home "Desktop" "git-annex-webapp.command" + let commandfile = home "Desktop" "git-annex-webapp.command" writeFile commandfile $ unwords [command, "webapp"] - mode <- fileMode <$> getFileStatus f + mode <- fileMode <$> getFileStatus commandfile setFileMode commandfile $ mode `unionFileModes` ownerExecuteMode ) -- cgit v1.2.3