From 4f7b8b7b0c8958695817dd293ce152e79694a609 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 25 Dec 2006 01:18:21 +0000 Subject: (menu_schemes): don't show collections by default. git-svn-id: svn://tug.org/texlive/trunk@2892 c570f23f-e606-0410-a88d-b1316a301751 --- Master/common.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'Master/common.sh') diff --git a/Master/common.sh b/Master/common.sh index e3667ba288a..bb2d17e3ce1 100755 --- a/Master/common.sh +++ b/Master/common.sh @@ -602,15 +602,16 @@ menu_schemes() echo $key $name done | pr -t -2 - echo - echo Current scheme is [$selected_scheme]. - echo "[Collections: $selected_collections]" | sed 's/tex_//g' | fmt - echo "[Packages: $selected_packages]" | sed 's/tex_//g' | fmt + echo "Current scheme: [$selected_scheme]." echo - echo ' Press to return to main menu, to quit' + echo ' Press to see collections for this scheme,' + echo ' to return to main menu, to quit' K=`getopt ABCDEFGHIJKLMNOPQRSTUVWXYZ ' or press key to select a scheme'` case $K in - R) total_stat; return ;; Q) exit_on_confirm;; + R) total_stat; return ;; + S) echo "[Collections: $selected_collections]" \ + | sed 's/tex_//g' | fmt;; *) eval W=\"\$SCHEMES_${K}\" selected_scheme=$W scheme_select $W @@ -1330,11 +1331,10 @@ common_end_install() if $have_system; then runsetup echo - echo "Add $bindir" >&2 - echo " to your PATH for current and future sessions." >&2 - echo echo "Add $TEXDIR/texmf/doc/man to MANPATH." >&2 echo "Add $TEXDIR/texmf/doc/info to INFOPATH." >&2 + echo "Most importantly, add $bindir" >&2 + echo " to your PATH for current and future sessions." >&2 if test "$pd" = i386-solaris; then # we should do this if i386-solaris is installed, not just if it's -- cgit v1.2.3