diff options
-rwxr-xr-x | Tools/portbuild/scripts/processlogs2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/portbuild/scripts/processlogs2 b/Tools/portbuild/scripts/processlogs2 index 8676b353b0f0..8296003d6711 100755 --- a/Tools/portbuild/scripts/processlogs2 +++ b/Tools/portbuild/scripts/processlogs2 @@ -17,8 +17,8 @@ if [ $(echo $(cat .tmp | wc -l)) = 0 ]; then else set $(cat .tmp) num=$# - if [ -s cvsdone ]; then - echo "(cvs update finished at: $(cat cvsdone))<br>" >> $of + if [ -s .updated ]; then + echo "(ports update finished at: $(cat .updated))<br>" >> $of fi echo "(timestamp of newest log: $(ls -rtTl | grep '\.log$' | tail -1 | awk '{printf("%s %s %s %s\n",$6,$7,$8,$9)}'))<br><br>" >> $of echo "<table border=1>" >>$of |