fixed issue with processing processed items at the start

This commit is contained in:
louwrentius@gmail.com 2011-09-23 20:59:12 +00:00
parent 4027b01675
commit ccedb94fa8
1 changed files with 1 additions and 1 deletions

View File

@ -1852,7 +1852,7 @@ remove_processed_items_from_input_file () {
cat "$LISTOFITEMS" | sort > "$LIST_SORTED"
cat "$LIST_OF_PROCESSED_ITEMS" | sort > "$PROCESSED_SORTED"
comm -3 $LIST_SORTED $PROCESSED_SORTED > $OUT_FILE
mv "§$TMP_FILE" "$LISTOFITEMS"
mv "$TMP_FILE" "$LISTOFITEMS"
}
get_all_items () {