mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Silence the mingw test
Use "quiet" instead of "count"...
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user