Fix simple cut-n-paste error

This commit is contained in:
Steve McIntyre 2006-12-08 13:55:52 +00:00
parent 7c746a97e9
commit d3aa586a36
1 changed files with 1 additions and 1 deletions

View File

@ -23,4 +23,4 @@ echo "" >> $OUT
http://popcon.debian.org/contrib/by_inst | \
grep -h '^[^#]'| egrep -v '(Total|-----)' | \
sort -rn -k3,3 -k7,7 -k4,4 | grep -v kernel-source | \
awk '{print $$2}' >> $OUT
awk '{print $2}' >> $OUT