fixed issue with processing processed items at the start

This commit is contained in:
louwrentius 2011-09-23 20:59:12 +00:00
parent 828e4d135c
commit 48c80d9257
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 "$TMP_FILE" "$LISTOFITEMS"
}
get_all_items () {