From 94a98bc56c7f35bb147c9eb3c58f9e537eef3874 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Mon, 26 Mar 2018 09:51:59 +0200 Subject: 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 e9b9afa..969953f 100644 --- a/installer.sh.in +++ b/installer.sh.in @@ -1333,7 +1333,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 " \ -- cgit 1.4.1