Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbtek committed Feb 1, 2019
1 parent 1a771b0 commit 3202055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/install-brew-applications.bash
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ function installBrewPackage()
fi
done

if [[ "${#packageNameList[@]}" -gt '0' ]]
if [[ "${packageType}" = 'cask' && "${#packageNameList[@]}" -gt '0' ]]
then
sudo "$(dirname "${BASH_SOURCE[0]}")/clear-app-extended-attributes.bash"
fi
Expand Down

0 comments on commit 3202055

Please sign in to comment.