fixed issue with processing processed items at the start

This commit is contained in:
louwrentius 2011-09-23 21:00:42 +00:00
parent 48c80d9257
commit a908682185
1 changed files with 1 additions and 1 deletions

2
ppss
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 "$OUT_FILE" "$LISTOFITEMS"
}
get_all_items () {