egrep -> grep -e

This commit is contained in:
Mou Ikkai 2020-08-24 08:29:12 -04:00 committed by GitHub
parent 8bdec5c0c9
commit 59729134f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
# #
# #
if uname -a | egrep -q 'x86_64|amd64'; then if uname -a | grep -e -q 'x86_64|amd64'; then
opt= opt=
else else
opt=-lrt opt=-lrt