[LON-CAPA-cvs] cvs: loncom /thesaurus build_thesaurus_wrapper.sh
matthew
lon-capa-cvs@mail.lon-capa.org
Fri, 12 Jul 2002 13:39:13 -0000
matthew Fri Jul 12 09:39:13 2002 EDT
Modified files:
/loncom/thesaurus build_thesaurus_wrapper.sh
Log:
Tell the user what we are doing.
Index: loncom/thesaurus/build_thesaurus_wrapper.sh
diff -u loncom/thesaurus/build_thesaurus_wrapper.sh:1.1 loncom/thesaurus/build_thesaurus_wrapper.sh:1.2
--- loncom/thesaurus/build_thesaurus_wrapper.sh:1.1 Fri Jul 12 09:27:09 2002
+++ loncom/thesaurus/build_thesaurus_wrapper.sh Fri Jul 12 09:39:13 2002
@@ -1,2 +1,3 @@
+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
-
+echo 'Completed construction of LON-CAPA thesaurus database.';