bsdinstall: script: Fix scripted DISTRIBUTIONS
Restore exporting DISTRIBUTIONS to make it available to other scripts.
Reviewed by: imp, asomers
Fixes: dc14ae4217 ("bsdinstall: do pkgbase installations with the "script" command")
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D57319
This commit is contained in:
@@ -50,6 +50,7 @@ f_include $BSDCFG_SHARE/variable.subr
|
|||||||
############################################################ GLOBALS
|
############################################################ GLOBALS
|
||||||
|
|
||||||
: ${TMPDIR:="/tmp"}
|
: ${TMPDIR:="/tmp"}
|
||||||
|
: ${DISTRIBUTIONS=""}; export DISTRIBUTIONS
|
||||||
|
|
||||||
#
|
#
|
||||||
# Strings that should be moved to an i18n file and loaded with f_include_lang()
|
# Strings that should be moved to an i18n file and loaded with f_include_lang()
|
||||||
|
|||||||
Reference in New Issue
Block a user