3 Commits
Author SHA1 Message Date
SendSpams db014f8f51 Update AAXtoMP3 2018-04-06 07:04:19 +01:00
SendSpams 1d1f738713 Update AAXtoMP3 2018-04-06 07:03:25 +01:00
SendSpams 120f02fe07 Modified to work with missing HOME environment variable under Windows
The HOME environment variable is not set on Windows by default. Instead Windows uses USERPROFILE. It is possible for HOME to be set on Windows but for users who have not done this they will get: `HOME: unbound variable`. I have added a line that sets HOME to USERPROFILE if HOME is missing and USERPROFILE is found. This solves the unbound variable error.
2018-04-06 07:02:00 +01:00