From ff2c2ee70b8a8d71f4e1ff1d4a8eb4104f99c117 Mon Sep 17 00:00:00 2001 From: Simon Stelling Date: Thu, 13 Apr 2006 16:19:04 +0000 Subject: don't display the ._cfg???? files anymore but instead the number of updates for each file; bug 69845 svn path=/main/trunk/; revision=3138 --- bin/etc-update | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'bin') diff --git a/bin/etc-update b/bin/etc-update index d2946c3a0..885d513a7 100755 --- a/bin/etc-update +++ b/bin/etc-update @@ -110,18 +110,10 @@ function sel_file() { isfirst=${file} fi numshow=$(printf "%${numwidth}i${PAR} " ${file}) - spacer=${numshow//?/ } + numupdates=$(( $(wc -l <${TMP}/files/${file}) - 1 )) echo -n "${numshow}" if (( ${mode} == 0 )); then - spacedit=0 - for word in $(<${TMP}/files/${file}); do - if (( ${spacedit} == 1 )); then - echo -n "${spacer}" - else - spacedit=1 - fi - echo ${word} - done + echo "$(head -n1 ${TMP}/files/${file}) (${numupdates})" else head -n1 ${TMP}/files/${file} fi -- cgit v1.2.3-1-g7c22