mirror of
https://github.com/KrumpetPirate/AAXtoMP3.git
synced 2024-11-17 18:58:58 +01:00
Merge pull request #53 from SendSpams/master
Fixed HOME environment variable missing under Windows
This commit is contained in:
commit
a691b5fd54
3
AAXtoMP3
3
AAXtoMP3
@ -6,7 +6,8 @@ codec=libmp3lame
|
||||
extension=mp3
|
||||
mode=chaptered
|
||||
authcode=".authcode";
|
||||
authcodeDirs="${HOME}/ ./";
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user