1
0
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:
Jose Luis Duran
2026-05-29 02:09:49 +00:00
parent 804daf1664
commit 283959bbe0
+1
View File
@@ -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()