From a94851a3ae012ec28ed5f09da860a55c12ff4a17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petar=20Kapri=C5=A1?= Date: Sun, 20 Apr 2025 22:27:51 +0200 Subject: [PATCH] Fix issue with field separator in awk --- bs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bs.sh b/bs.sh index 5e16573..3c9e0b2 100644 --- a/bs.sh +++ b/bs.sh @@ -194,8 +194,8 @@ maininstallations() { aurinstalled=$(pacman -Qqm) # Field 1: install-type, Field 2: program, Field 3: comment # Install pacman packages: - awk '$1 ~ /^$/ { print $2 }' | xargs pacman --noconfirm --needed -S