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