mirror of
https://github.com/KrumpetPirate/AAXtoMP3.git
synced 2024-11-18 03:08:57 +01:00
Update AAXtoMP3
This commit is contained in:
parent
120f02fe07
commit
1d1f738713
2
AAXtoMP3
2
AAXtoMP3
@ -7,6 +7,8 @@ extension=mp3
|
|||||||
mode=chaptered
|
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}/ ./"
|
||||||
|
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user