summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMaster/common.sh8
1 files changed, 5 insertions, 3 deletions
diff --git a/Master/common.sh b/Master/common.sh
index 850276fe744..1d5a088b7c8 100755
--- a/Master/common.sh
+++ b/Master/common.sh
@@ -632,9 +632,11 @@ menu_schemes()
K=`getopt ABCDEFGHIJKLMNOPQRSTUVWXYZ ' or press key to select a scheme'`
case $K in
Q) exit_on_confirm;;
- R) total_stat; return ;;
- S) echo "Collections: $selected_collections" \
- | sed 's/tex_//g' | fmt;;
+ R) total_stat; return;;
+ S) echo
+ echo "Collections: $selected_collections" | sed 's/tex_//g' | fmt
+ echo
+ ;;
*) eval W=\"\$SCHEMES_${K}\"
selected_scheme=$W
scheme_select $W