Open julian70400 opened 6 years ago
I got the same on Ubuntu. He is using bash comparisons ( the double bracket), but the first line is calling sh. You can either fix it by running:
bash blcheck
Or editing the first line of the script to read:
#!/bin/bash
@julian70400 - The author approved by pull request and with commit a183a69 - this is now fixed. Yay open source!
Hello,
Simply runnig your script and have 3 warnings :
error 321 related to shopt binary, but I've got it in my path.
Regards