From 84b26c5ef4a521e4d8359308cbc061c1f804b0e1 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Mon, 26 Mar 2018 09:51:59 +0200 Subject: [PATCH] installer: do not echo grep result --- installer.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.sh.in b/installer.sh.in index 3f5732e..8b2b760 100644 --- a/installer.sh.in +++ b/installer.sh.in @@ -1345,7 +1345,7 @@ menu() { DEFITEM="Keyboard" fi - if xbps-uhelper arch | grep '-musl$'; then + if xbps-uhelper arch | grep '-musl$' > /dev/null; then DIALOG --default-item $DEFITEM \ --extra-button --extra-label "Settings" \ --title " Void Linux installation menu " \