From dd7310bcfa5dc03e2e8a5953dd87a2a377330a4c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 24 Nov 2013 16:08:52 -0400 Subject: [PATCH] osx build fix --- Assistant/Upgrade.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assistant/Upgrade.hs b/Assistant/Upgrade.hs index 7df6363294..0763e5746b 100644 --- a/Assistant/Upgrade.hs +++ b/Assistant/Upgrade.hs @@ -225,7 +225,7 @@ oldVersionLocation = do let p = takeWhile (/= "git-annex.app") dirs let olddir = if p == dirs then pdir - else joinPath (p ++ ["git-annex.app"] + else joinPath (p ++ ["git-annex.app"]) #else olddir <- parentDir <$> readProgramFile #endif