Skip to content

Commit

Permalink
Fix wrong variable name in Mac OS audit
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Lukin committed Dec 5, 2012
1 parent 1397989 commit 9f11bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ audit() {
fi

if (( ( "$os" == "linux" || "$os" == "freebsd" ) && $curl != 1 )) ||
(( "$mac" == "mac" && $brew != 1 && $clang != 1 )) &&
(( "$os" == "mac" && $brew != 1 && $clang != 1 )) &&
(( $compass != 1 && $git != 1 && $jpegtran != 1 && $node != 1 &&
$npm != 1 && $optipng != 1 && $phantomjs != 1 && $ruby != 1 &&
$gem != 1 && $yeoman != 1 )); then
Expand Down

0 comments on commit 9f11bfc

Please sign in to comment.