mirror of
https://github.com/kvz/bash3boilerplate.git
synced 2025-05-05 01:42:49 +00:00
replaced all `eval` with `printf -v` for security reasons. the behaviour of unset without -v/-f is actually undefined so make the intent clear.