mirror of
https://github.com/kvz/bash3boilerplate.git
synced 2025-03-01 01:46:09 +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.