From 6d7441bf309dc20fcbfafc3a259edcd772183919 Mon Sep 17 00:00:00 2001 From: Mou Ikkai <45863583+Mou-Ikkai@users.noreply.github.com> Date: Mon, 24 Aug 2020 08:29:48 -0400 Subject: [PATCH] egrep -> grep -e --- FUSEISO/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FUSEISO/build.sh b/FUSEISO/build.sh index af510d02..0a27d9bf 100644 --- a/FUSEISO/build.sh +++ b/FUSEISO/build.sh @@ -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