diff --git a/Library/Contributions/examples/brew-man b/Library/Contributions/examples/brew-man index a017d9206c..8afe2029d8 100755 --- a/Library/Contributions/examples/brew-man +++ b/Library/Contributions/examples/brew-man @@ -45,7 +45,7 @@ do ronn --roff --pipe --organization='Homebrew' --manual='brew' $i > $target_file done -test "$1" = '--verbose' || \ -test "$1" = '-v' && { +if test "$1" = '--verbose' || test "$1" = '-v' +then man brew -} +fi