Create mips64el chroots on Loongson 3 buildds, II
[mirror/dsa-puppet.git] / modules / schroot / files / setup-all-dchroots
index f528b3b..70bfd77 100755 (executable)
@@ -100,7 +100,7 @@ case `hostname` in
                 archs="$archs mipsel"
                 ;;
             mipsel)
-                if grep -w "Loongson-3" /proc/cpuinfo ; then
+                if grep -w "Loongson-3" -q /proc/cpuinfo ; then
                     archs="$archs mips64el"
                 fi
                 ;;