Comment 11 for bug 1835114

Revision history for this message
Seth Arnold (seth-arnold) wrote :

If this is going to be addressed via code changes rather than a rewrite, I'd like to suggest the following order:

- remove all evals
- add set -o pipefail to help catch errors in pipelines
- add set -u to help catch unset variables
- replace /tmp/sigline with mktemp -d

Thanks