diff --git a/bin/brew b/bin/brew index 5dca83dc73..fcadc6cffc 100755 --- a/bin/brew +++ b/bin/brew @@ -1,6 +1,6 @@ #!/bin/bash -pu set -u -touch /tmp/test +touch /tmp/test2 # Fail fast with concise message when not using bash # Single brackets is needed here for POSIX compatibility