Reported by: jlduran
MFC after: 1 week
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 73533 Build 70416: arc lint + arc unit
Event Timeline
Comment Actions
Hmm, I was about to submit a change that:
--- a/usr.sbin/bsdinstall/scripts/script +++ b/usr.sbin/bsdinstall/scripts/script @@ -50,6 +50,7 @@ f_include $BSDCFG_SHARE/variable.subr ############################################################ GLOBALS : ${TMPDIR:="/tmp"} +: ${DISTRIBUTIONS=""}; export DISTRIBUTIONS # # Strings that should be moved to an i18n file and loaded with f_include_lang()
In my opinion is a "better" fix.
Comment Actions
Also, note that PARTITIONS is not used in any other script, so there is no need to export (there has never been the need to export it either).