Skip to content

Commit

Permalink
Add back --barclamps to build_crowbar.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorLowther committed Sep 18, 2012
1 parent 3af7dfe commit 43f66a1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build_crowbar.sh
Expand Up @@ -225,6 +225,12 @@ while [[ $1 ]]; do
unset need_update || : &>/dev/null
shift
done;;
--barclamps)
shift
while [[ $1 && $1 != -* ]]; do
BARCLAMPS+=("$1")
shift
done;;
--test)
# Run tests on the newly-created repository.
# The test framework does the heavy lifting.
Expand Down

0 comments on commit 43f66a1

Please sign in to comment.