percolate: removed loop optimization (for code clarity), result won't change
This commit is contained in:
parent
95ffed16a6
commit
4d23ad4702
@ -69,8 +69,6 @@ while [ -s "$new" ]; do
|
||||
sort ${JFS:+-t"$JFS"} -k1 <"$new" >"$wet"
|
||||
join_and_remainder "$DRY_LINKS" "$wet" >"$new" 3>"$rem"
|
||||
|
||||
[ -s "$new" ] || break
|
||||
|
||||
# append WET and update DRY_LINKS:
|
||||
cat <"$new" >>"$WET"
|
||||
cat <"$rem" >"$DRY_LINKS"
|
||||
|
Loading…
x
Reference in New Issue
Block a user