mirror of
https://git.FreeBSD.org/src.git
synced 2026-06-02 11:24:32 +00:00
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
|
||||
|
||||
: ${TMPDIR:="/tmp"}
|
||||
: ${DISTRIBUTIONS=""}; export DISTRIBUTIONS
|
||||
|
||||
#
|
||||
# Strings that should be moved to an i18n file and loaded with f_include_lang()
|
||||
|
||||
Reference in New Issue
Block a user