egrep -> grep -e

This commit is contained in:
Mou Ikkai 2020-08-24 08:30:42 -04:00 committed by GitHub
parent 6d7441bf30
commit 07240144a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ else
echo -e "\n========== FAILED ============\n"
fi
if uname -a | egrep -q 'x86_64|amd64'; then
if uname -a | grep -e -q 'x86_64|amd64'; then
name=unsquashfs_64
else
name=unsquashfs_32