Open stephenchu opened 3 years ago
hi @stephenchu,
According to https://lists.gnu.org/archive/html/coreutils-announce/2013-12/msg00000.html
sha256sum (GNU coreutils) 8.22 seems quite old.
I used --ignore-missing
just because this make the code simpler.
which version and distribution of Linux it is?
Could you try those commands from both your system?
wget https://github.com/docopt/docopts/releases/download/v0.6.3-rc2/docopts_linux_amd64 -O docopts_linux_amd64
wget https://github.com/docopt/docopts/releases/download/v0.6.3-rc2/sha256sum.txt -O sha256sum.txt
grep docopts_linux_amd64 sha256sum.txt | sha256sum --check -
I could rewrite the code this way to make it more compatible with older Linux version.
Let me know if it works.
hi @stephenchu
Did you have a chance to test the suggested command? Could you also answer the question on which Linux platform it was failing?
Or you could close the issue, if it's not relevant anymore.
On my macOS, it works; but on my linux,
get_docopts.sh
(from script) fails with: