Skip to content

Commit ab52a21

Browse files
author
Matthias Koeppe
committed
src/doc/bootstrap: Wrap more narrowly
1 parent 23a4e36 commit ab52a21

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/doc/bootstrap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ for SYSTEM in arch debian fedora homebrew opensuse; do
7474
if [ "${BOOTSTRAP_QUIET}" = "no" ]; then
7575
echo >&2 $0:$LINENO: installing "$OUTPUT_DIR"/$SYSTEM"*.txt"
7676
fi
77-
echo "$(sage-print-system-package-command $SYSTEM --prompt --wrap=84 --sudo install $(echo $(echo $SYSTEM_PACKAGES | xargs -n 1 echo | sort | uniq)))" > "$OUTPUT_DIR"/$SYSTEM.txt
78-
echo "$(sage-print-system-package-command $SYSTEM --prompt --wrap=84 --sudo install $(echo $(echo $OPTIONAL_SYSTEM_PACKAGES | xargs -n 1 echo | sort | uniq)))" > "$OUTPUT_DIR"/$SYSTEM-optional.txt
79-
echo "$(sage-print-system-package-command $SYSTEM --prompt --wrap=84 --sudo install $(echo $(echo $RECOMMENDED_SYSTEM_PACKAGES | xargs -n 1 echo | sort | uniq)))" > "$OUTPUT_DIR"/$SYSTEM-recommended.txt
80-
echo "$(sage-print-system-package-command $SYSTEM --prompt --wrap=84 --sudo install $(echo $(echo $DEVELOP_SYSTEM_PACKAGES | xargs -n 1 echo | sort | uniq)))" > "$OUTPUT_DIR"/$SYSTEM-develop.txt
77+
echo "$(sage-print-system-package-command $SYSTEM --prompt --wrap --sudo install $(echo $(echo $SYSTEM_PACKAGES | xargs -n 1 echo | sort | uniq)))" > "$OUTPUT_DIR"/$SYSTEM.txt
78+
echo "$(sage-print-system-package-command $SYSTEM --prompt --wrap --sudo install $(echo $(echo $OPTIONAL_SYSTEM_PACKAGES | xargs -n 1 echo | sort | uniq)))" > "$OUTPUT_DIR"/$SYSTEM-optional.txt
79+
echo "$(sage-print-system-package-command $SYSTEM --prompt --wrap --sudo install $(echo $(echo $RECOMMENDED_SYSTEM_PACKAGES | xargs -n 1 echo | sort | uniq)))" > "$OUTPUT_DIR"/$SYSTEM-recommended.txt
80+
echo "$(sage-print-system-package-command $SYSTEM --prompt --wrap --sudo install $(echo $(echo $DEVELOP_SYSTEM_PACKAGES | xargs -n 1 echo | sort | uniq)))" > "$OUTPUT_DIR"/$SYSTEM-develop.txt
8181
done
8282

8383
OUTPUT_DIR="src/doc/en/reference/spkg"

0 commit comments

Comments
 (0)