summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-02-06 00:37:38 +0000
committerKarl Berry <karl@freefriends.org>2007-02-06 00:37:38 +0000
commit7747c8986e2f03a455d55ed3342849a604fc9f30 (patch)
tree7c77bcb4fc80cf32ec756d472257127abb5ea827
parent5937c21277f2cf44ecf7acbc803829b28e8d43ba (diff)
(menu_schemes): do not run cls, then the
collections list is wiped out immediately. Jjgod Jiang, 5 Feb 2007 13:34:13. git-svn-id: svn://tug.org/texlive/trunk@3935 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-xMaster/common.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/Master/common.sh b/Master/common.sh
index 817eaa41dee..4fc542672d3 100755
--- a/Master/common.sh
+++ b/Master/common.sh
@@ -608,11 +608,10 @@ menu_this_platform()
}
-# This run for scheme selection <S>.
+# This runs for scheme selection <S>.
menu_schemes()
{
while true; do
- cls
for i in $all_schemes
do
eval key=\"\$schemes_${i}_ident\"