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 Original file line Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@ else
fi fi


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




# Check if installed. # Check if installed.
Expand Down

0 comments on commit 0bda2da

Please sign in to comment.