Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 22 years ago
parent
commit
6ad005cf54
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      scripts/Create-ErrList

+ 4
- 0
scripts/Create-ErrList

@ -195,6 +195,10 @@ count_log=0
for stagelevel in $( echo $stages | tr -d '[]' | sed 's,.,& ,g' ) ; do for stagelevel in $( echo $stages | tr -d '[]' | sed 's,.,& ,g' ) ; do
while read x x x tree pkg x ; do while read x x x tree pkg x ; do
# strip base package name
pkg="${pkg#*=}"
[ "$repository" -a \ [ "$repository" -a \
"${repository/ $tree /}" = "$repository" ] && continue "${repository/ $tree /}" = "$repository" ] && continue

Loading…
Cancel
Save