From 4d53e8159b5eff85b2615bc10d183dc944c334da Mon Sep 17 00:00:00 2001 From: fiftydinar <65243233+fiftydinar@users.noreply.github.com> Date: Fri, 11 Oct 2024 08:36:08 +0200 Subject: [PATCH] fix(brew): Incorrect `profile.d/brew.sh` file `$-` text writing `$-` is now no longer writing random character, but `$-` instead to the file. --- modules/brew/brew.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/brew/brew.sh b/modules/brew/brew.sh index b6bd8ca..4f98a77 100644 --- a/modules/brew/brew.sh +++ b/modules/brew/brew.sh @@ -209,7 +209,7 @@ if [[ ! -f "/etc/profile.d/brew.sh" ]]; then echo "Apply brew path export fix, to solve path conflicts between system & brew programs with same name" cat > /etc/profile.d/brew.sh <