You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you relay on $PATH to execute docopts and docopts is the python version, you get misbehavior.
Especially using bash wrapper doctops.sh which doesn't stop on -h.
So some checks should be added inside docopts.sh wrapper to detect wrong executable to avoid caller script to continue its execution. Which may be quite wrong if the scripts rely on docopts to naturally stops it execution on -h
The text was updated successfully, but these errors were encountered:
Sylvain303
changed the title
check cheksum docopts un path can be python version and not golang compiled
check cheksum docopts in path can be python version and not golang compiled
Feb 21, 2019
If you relay on $PATH to execute
docopts
anddocopts
is the python version, you get misbehavior.Especially using bash wrapper
doctops.sh
which doesn't stop on-h
.So some checks should be added inside
docopts.sh
wrapper to detect wrong executable to avoid caller script to continue its execution. Which may be quite wrong if the scripts rely ondocopts
to naturally stops it execution on-h
The text was updated successfully, but these errors were encountered: