Skip to content

Commit 182e0eb

Browse files
authored
Merge pull request #68 from jamill/fix_osx_postinstall
Install: fix postinstall script on osx
2 parents 824ba03 + f3b14d5 commit 182e0eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/osx/Installer.Mac/scripts/postinstall

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function IsBrewPkgInstalled
1818
}
1919

2020
# Check if Java GCM is present on this system and unlink it should it exist
21-
if [ -L /usr/local/bin/git-credential-manager && IsBrewPkgInstalled "git-credential-manager" ]
21+
if [ -L /usr/local/bin/git-credential-manager ] && IsBrewPkgInstalled "git-credential-manager";
2222
then
2323
brew unlink git-credential-manager
2424
fi

0 commit comments

Comments
 (0)