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