Parcourir la source

installer: do not echo grep result

Enno Boland il y a 7 ans
Parent
commit
84b26c5ef4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      installer.sh.in

+ 1 - 1
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 " \