Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 20 years ago
parent
commit
2aa183abd9
1 changed files with 1 additions and 6 deletions
  1. +1
    -6
      scripts/config.in

+ 1
- 6
scripts/config.in

@ -234,12 +234,7 @@ expert_begin
-e 's,[/\.\+],\\&,g' \
-e 's,\*,[^ ]*,g' )"
[ "$pattern" ] || continue
# check if pattern describes a pkgforked package
if [ "$pattern" != "${pattern%=*}" ] ; then
action="print; $action; \$5=\"$pattern\""
pattern=${pattern%=*}
fi
address="$address$first / $pattern /"
address="$address$first /[ =]$pattern[ =]/"
first=" $others"
fi
done < <( echo "$patternlist" | tr '\t ' '\n\n' )

Loading…
Cancel
Save