Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit a832dbc

Browse files
author
Matthias Koeppe
committed
src/doc/bootstrap: Initialize OPTIONAL_SYSTEM_PACKAGES
1 parent deb84cd commit a832dbc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/doc/bootstrap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ shopt -s extglob
2424

2525
for SYSTEM in arch debian fedora cygwin homebrew; do
2626
SYSTEM_PACKAGES=$(echo $(${STRIP_COMMENTS} build/pkgs/$SYSTEM.txt))
27+
OPTIONAL_SYSTEM_PACKAGES=
2728
for PKG_SCRIPTS in build/pkgs/*; do
2829
if [ -d $PKG_SCRIPTS ]; then
2930
PKG_BASE=$(basename $PKG_SCRIPTS)

0 commit comments

Comments
 (0)