Skip to content

Commit

Permalink
audit. alignment in which tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Sep 14, 2012
1 parent 296b7e6 commit 0bda2da
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions setup/audit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@ else
fi

# Dependency checks
curlfile=$(command -v curl)
gitfile=$(command -v git)
rubyfile=$(command -v ruby)
nodefile=$(command -v node)
gemfile=$(command -v gem)
compassfile=$(command -v compass)
brewfile=$(command -v brew)
curlfile=$(command -v curl)
gitfile=$(command -v git)
rubyfile=$(command -v ruby)
nodefile=$(command -v node)
gemfile=$(command -v gem)
compassfile=$(command -v compass)
brewfile=$(command -v brew)
phantomjsfile=$(command -v phantomjs)
jpegturbofile=$(command -v jpegtran)
clangfile=$(command -v clang)
clangfile=$(command -v clang)


# Check if installed.
Expand Down

0 comments on commit 0bda2da

Please sign in to comment.