Closed sirchras closed 6 years ago
Hello, could you please provide more details about the weird version number issue?
However, your main question is clearly related to old version of shellcheck
that isn't aware of the -x
option.
You can try to run make check SHELLCHECK=
to disable shellcheck, but it may not work due to a minor bug in the Makefile
. In that case, you should be fine if you simply comment or remove the 6th line in Makefile
that contains the SHELLCHECK
variable assignment.
Thanks, the disabled shellcheck check worked. The problem is that the --version
flag doesn't print the version number for argbash, it just prints argbash v
, but argbash-init and argbash-1to2 do. It's pretty minor, but the make check
output made me wonder if there was something up.
I am glad that it worked! The missing version is another bug of 2.6.1, thank you for reporting it!
Hi, I'm having some trouble updating argbash to v2.6.1 from v2.5.1 on Ubuntu 16.04. Running
make develop
ormake install
completes, and argbash appears to work perfectly aside from a weird issue when attempting to get the version number on the command line. However when I runmake check
I get the following:It appears to be complaining about the version of shellcheck I have installed, v0.3.7-5, and I just wasn't sure if there was anything wrong with argbash or if a newer version of shellcheck was required.