New comment by q66 on void-packages repository https://github.com/void-linux/void-packages/pull/19055#issuecomment-585177328 Comment: There may be an edge case when a template wishes to read these variables inside a shell script it executes. Maybe we should just force-export the real vars after the config file is read? e.g. ``` .... handling of opts.... .... handling of config files... [ -n "$XBPS_ARG_FOO" ] && XBPS_FOO=bar export XBPS_FOO ```