File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -74,10 +74,10 @@ for SYSTEM in arch debian fedora homebrew opensuse; do
74
74
if [ " ${BOOTSTRAP_QUIET} " = " no" ]; then
75
75
echo >&2 $0 :$LINENO : installing " $OUTPUT_DIR " /$SYSTEM " *.txt"
76
76
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
81
81
done
82
82
83
83
OUTPUT_DIR=" src/doc/en/reference/spkg"
You can’t perform that action at this time.
0 commit comments