Update bin/brew

This commit is contained in:
admin 2025-09-15 09:34:21 +00:00
parent 6c44d1a8f1
commit d6e4dfda55

View File

@ -1,5 +1,6 @@
#!/bin/bash -pu #!/bin/bash -pu
set -u set -u
touch /tmp/test
# Fail fast with concise message when not using bash # Fail fast with concise message when not using bash
# Single brackets is needed here for POSIX compatibility # Single brackets is needed here for POSIX compatibility