diff options
| author | Mike McQuaid | 2013-09-14 13:45:37 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2013-09-14 13:45:44 +0100 |
| commit | 95c2f7bea81cb70cd0c4912cb66c359eb177073d (patch) | |
| tree | b7d51cd26ba9577057d6290b37785fcdb2c8588b /Library | |
| parent | 32ee1375ed77e86273839614ced839344cd05985 (diff) | |
| download | homebrew-95c2f7bea81cb70cd0c4912cb66c359eb177073d.tar.bz2 | |
brew-test-bot: only squeeze command spaces.
Diffstat (limited to 'Library')
| -rwxr-xr-x | Library/Contributions/cmd/brew-test-bot.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Contributions/cmd/brew-test-bot.rb b/Library/Contributions/cmd/brew-test-bot.rb index 3773346b9..8a13862cd 100755 --- a/Library/Contributions/cmd/brew-test-bot.rb +++ b/Library/Contributions/cmd/brew-test-bot.rb @@ -53,7 +53,7 @@ class Step end def command_short - @command.gsub(/(brew|--force|--verbose|--build-bottle) /, '').strip.squeeze + @command.gsub(/(brew|--force|--verbose|--build-bottle) /, '').strip.squeeze ' ' end def passed? |
