Skip to content

Commit

Permalink
Teach multi-spec.sh about Bundler
Browse files Browse the repository at this point in the history
Signed-off-by: Wincent Colaiuta <win@wincent.com>
  • Loading branch information
wincent committed Sep 14, 2010
1 parent f2b03d9 commit 195dedc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions multi-spec.sh
Expand Up @@ -2,11 +2,11 @@

function build_quietly()
{
cd ruby/command-t
ruby extconf.rb > /dev/null
make clean > /dev/null
make > /dev/null
cd -
(bundle install > /dev/null &&
cd ruby/command-t &&
ruby extconf.rb > /dev/null &&
make clean > /dev/null &&
make > /dev/null)
}

OLD_PATH=$PATH
Expand Down

0 comments on commit 195dedc

Please sign in to comment.