From d1b2da65d960e9fe1f8b4fd07d51bc6ade771781 Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Thu, 27 Aug 2020 21:33:12 +0100 Subject: [PATCH] updated brew_filter_in_setup.sh --- brew_filter_in_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brew_filter_in_setup.sh b/brew_filter_in_setup.sh index 995a4823..07417f27 100755 --- a/brew_filter_in_setup.sh +++ b/brew_filter_in_setup.sh @@ -54,5 +54,5 @@ else # do not quote cask, blank quotes break shells and there will never be any token splitting anyway # shellcheck disable=SC2046 tr ' ' '\n' | - grep -Fx -f <(sed 's/#.*//; s/^[[:space:]]*//; s/[[:space:]]*$//; /^[[:digit:]]*$/d' "$srcdir/setup/"brew-packages*.txt) + grep -Fx -f <(sed 's/#.*//; s/^[[:space:]]*//; s/[[:space:]]*$//; /^[[:space:]]*$/d' "$srcdir/setup/"brew-packages*.txt) fi