From 1d1f738713fa3a9835bb77e9024b931c9d58eb39 Mon Sep 17 00:00:00 2001 From: SendSpams <36188980+SendSpams@users.noreply.github.com> Date: Fri, 6 Apr 2018 07:03:25 +0100 Subject: [PATCH] Update AAXtoMP3 --- AAXtoMP3 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AAXtoMP3 b/AAXtoMP3 index 6c9778b..e0e6f1f 100755 --- a/AAXtoMP3 +++ b/AAXtoMP3 @@ -7,6 +7,8 @@ extension=mp3 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