Update AAXtoMP3

This commit is contained in:
SendSpams
2018-04-06 07:04:19 +01:00
committed by GitHub
parent 1d1f738713
commit db014f8f51

View File

@ -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