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