Skip to content

Commit 816cda2

Browse files
authored
Merge pull request #19062 from Homebrew/bash_pu
bin/brew: don't allow unbound variables.
2 parents 0598404 + 7c7b15d commit 816cda2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/brew

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash -p
1+
#!/bin/bash -pu
22
set -u
33

44
# Fail fast with concise message when not using bash

0 commit comments

Comments
 (0)