mirror of
https://github.com/KrumpetPirate/AAXtoMP3.git
synced 2025-08-10 09:38:51 +02:00
Update AAXtoMP3
This commit is contained in:
1
AAXtoMP3
1
AAXtoMP3
@@ -8,7 +8,6 @@ mode=chaptered
|
|||||||
authcode=".authcode";
|
authcode=".authcode";
|
||||||
if [ -z ${HOME+x} ] && ! [ -z ${USERPROFILE+x} ]; then HOME="$USERPROFILE"; fi
|
if [ -z ${HOME+x} ] && ! [ -z ${USERPROFILE+x} ]; then HOME="$USERPROFILE"; fi
|
||||||
authcodeDirs="${HOME}/ ./"
|
authcodeDirs="${HOME}/ ./"
|
||||||
|
|
||||||
GREP=$(grep --version | grep -q GNU && echo "grep" || echo "ggrep")
|
GREP=$(grep --version | grep -q GNU && echo "grep" || echo "ggrep")
|
||||||
|
|
||||||
if ! [[ $(type -P "$GREP") ]]; then
|
if ! [[ $(type -P "$GREP") ]]; then
|
||||||
|
Reference in New Issue
Block a user