-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
get_spec_data.sh is broken #1
Comments
This is the error: wget -S --header='Accept-Encoding:gzip' -nd -r -l 1 -A power_ssj*.html "https://spec.org/power_ssj2008/results/power_ssj2008.html"
zsh: no matches found: power_ssj*.html ZSH cannot process this string. It is bash only. I added a remark to the file so it is better understandable why the errror occurs |
Still the problem is left that on a Ubuntu box with bash the processing just terminates.
|
Unfortunately I haven't been able to reproduce either of these issues. I installed zsh on my ubuntu machine to test it out. in both zsh and bash the script ran successfully for me:
|
I currently see two issues:
|
It expects some kind of format string but his leads to an error on my box at least (macOS)
The text was updated successfully, but these errors were encountered: