fix osx build
This commit is contained in:
parent
f913deab78
commit
5e470957c6
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ oldVersionLocation = do
|
|||
let dirs = splitDirectories pdir
|
||||
{- It will probably be deep inside a git-annex.app directory. -}
|
||||
let p = takeWhile (/= "git-annex.app") dirs
|
||||
olddir <- if p == dirs
|
||||
let olddir = if p == dirs
|
||||
then pdir
|
||||
else joinPath (p ++ ["git-annex.app"]
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue