diff --git a/bin/brew b/bin/brew index 4fa5baca17..718f7abc64 100755 --- a/bin/brew +++ b/bin/brew @@ -1,4 +1,6 @@ #!/bin/bash +set +o posix + chdir() { cd "$@" >/dev/null }