--- loncom/thesaurus/build_thesaurus_wrapper.sh 2002/07/12 13:27:09 1.1 +++ loncom/thesaurus/build_thesaurus_wrapper.sh 2003/08/05 15:51:37 1.3 @@ -1,2 +1,3 @@ -./build_thesaurus_db.pl --badwordfile un_keyword.tab --keywordfile rawkey.txt --outputdb thesaurus.db - +echo 'Building LON-CAPA thesaurus database (this may take a moment).'; +./build_thesaurus_db.pl --badwordfile un_keyword.tab --keywordfile rawkey.txt --outputdb thesaurus.db --checkdates +echo 'Completed construction of LON-CAPA thesaurus database.';