From db014f8f51395f629d25f5ada89da95c19cdc459 Mon Sep 17 00:00:00 2001 From: SendSpams <36188980+SendSpams@users.noreply.github.com> Date: Fri, 6 Apr 2018 07:04:19 +0100 Subject: [PATCH] Update AAXtoMP3 --- AAXtoMP3 | 1 - 1 file changed, 1 deletion(-) diff --git a/AAXtoMP3 b/AAXtoMP3 index e0e6f1f..8bf5418 100755 --- a/AAXtoMP3 +++ b/AAXtoMP3 @@ -8,7 +8,6 @@ mode=chaptered authcode=".authcode"; if [ -z ${HOME+x} ] && ! [ -z ${USERPROFILE+x} ]; then HOME="$USERPROFILE"; fi authcodeDirs="${HOME}/ ./" - GREP=$(grep --version | grep -q GNU && echo "grep" || echo "ggrep") if ! [[ $(type -P "$GREP") ]]; then