From adbdc580ee28f5b54517deb80542e1828da60d54 Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 15 Sep 2025 09:40:47 +0000 Subject: [PATCH] Update bin/brew --- bin/brew | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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