From b9d7447ecb66560b340b97df744b59a72eea0595 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Fri, 20 Sep 2024 06:11:00 +0200 Subject: [PATCH] Silence console output --- scripts/Common/Software/KDE/input.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Common/Software/KDE/input.fish b/scripts/Common/Software/KDE/input.fish index ac1221955..0c1771aec 100644 --- a/scripts/Common/Software/KDE/input.fish +++ b/scripts/Common/Software/KDE/input.fish @@ -6,7 +6,7 @@ function addInputConfig -a vendorID productID name set statements (cat) end - if not cat $file | grep "\\[$name\\]" > /dev/null 2>&1 + if not cat $file | grep "\\[$name\\]" &> /dev/null begin printf %s\n \ (if [ -f $file ] && [ -n (cat $file) ]