Silence the mingw test

Use "quiet" instead of "count"...
This commit is contained in:
ISSOtm
2020-09-27 10:51:09 +02:00
parent ba051e10fb
commit c0808246e5

View File

@@ -1,4 +1,5 @@
#!/bin/sh #!/bin/sh
export LC_ALL=C export LC_ALL=C
o=$(mktemp) o=$(mktemp)
@@ -21,7 +22,7 @@ tryCmp () {
} }
# Add the quote test, except on Windows # Add the quote test, except on Windows
if uname | grep -vic mingw; then if uname | grep -viq mingw; then
cat > quote\"file.asm <<EOF cat > quote\"file.asm <<EOF
WARN __FILE__ WARN __FILE__
EOF EOF