egrep -> grep -e

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

View File

@ -4,7 +4,7 @@ CUR="$PWD"
LIBFUSE_DIR=$CUR/LIBFUSE
if uname -a | egrep -q 'x86_64|amd64'; then
if uname -a | grep -e -q 'x86_64|amd64'; then
name=vtoy_fuse_iso_64
else
name=vtoy_fuse_iso_32