hippie68
hippie68
It seems that Wget crashed due to a segmentation fault. I don't have an explanation. It could be a Wget bug or something interfering with its process. Does it always...
Thanks for reporting this. I will add the changes to the script. It seems the offsets are totally wrong (they are negative). Either MacOS dd behaves differently than expected, or...
Maybe the Bash version is too old, missing or misinterpreting/ignoring some features that are used. I saw there's a brew Bash, too. perhaps it is more up-to-date and would fix...
> Dumping the patch I am getting CRITICAL: Could not find unencrypted version of "trophy00.trp". Not sure if that will break anything. That should not have happened. It might not...
readarray is a Bash built-in, which should be available in Bash 4+. The Homebrew Bash is probably 5+. As the script did not output an error message while trying to...
Thanks, I think #15 is the true bug and makes #14 obsolete: If Bash does not understand readarray or any other command, it outputs an error message. But in your...
The previously attached file was not working correctly. I have replaced it with a new version.
The options that are used in that grep line (-aoE) are listed here as supported: https://www.unix.com/man-page/osx/1/grep/. I don't know how accurate that page is though.
This code tries to make the script use ggrep and gdd, if available, on macOS: ``` # Check for gdd and ggrep on macOS if [[ $(uname) == Darwin ]];...
For completeness: the code was added on Apr 15, 2023 and there have been no complaints since then. I assume everything works well now for macOS.