# HG changeset patch # User Oleksandr Gavenko # Date 1246213187 -10800 # Node ID 746384ca83b6038bb9418784d07494cd159246ed # Parent cc5593c28a4bdf695237769b0146b2ec9a134587 Now description correspond with dictionary. diff -r cc5593c28a4b -r 746384ca83b6 gavenkoa_irregular-verbs_en-ru.descr --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gavenkoa_irregular-verbs_en-ru.descr Sun Jun 28 21:19:47 2009 +0300 @@ -0,0 +1,1 @@ +Irregular verbs dictionary with translation to Russian. diff -r cc5593c28a4b -r 746384ca83b6 update-ifo.sh --- a/update-ifo.sh Sun Jun 28 21:12:19 2009 +0300 +++ b/update-ifo.sh Sun Jun 28 21:19:47 2009 +0300 @@ -29,5 +29,7 @@ echo "author=Oleksandr Gavenko" >>$1 echo "email=gavenkoa@gmail.com" >>$1 echo "website=http://gavenkoa.blogspot.com" >>$1 -echo "description=Irregular verbs dictionary with translation to Russian." >>$1 echo "date=$date" >>$1 +if [ -e $name.descr ]; then + echo "description="`head -n 1 $name.descr` >>$1 +fi \ No newline at end of file