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
1d1f738713
commit
db014f8f51
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
|
||||||
|
Loading…
Reference in New Issue
Block a user