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