From: Thad Hughes Date: Sat, 5 Jan 2013 18:00:39 +0000 (-0800) Subject: Fix name of chemnitz dictionary. X-Git-Url: http://gitweb.fperrin.net/?p=DictionaryPC.git;a=commitdiff_plain;h=4ae5f6f21096412c4c8b6fe9dbfb5e66634d107a Fix name of chemnitz dictionary. --- diff --git a/data/downloadInputs.sh b/data/downloadInputs.sh index 442920a..651b9e4 100755 --- a/data/downloadInputs.sh +++ b/data/downloadInputs.sh @@ -17,7 +17,7 @@ echo "Downloading from: http://ftp.tu-chemnitz.de/pub/Local/urz/ding/de-en-devel CHEMNITZ=de-en.txt curl --remote-name http://ftp.tu-chemnitz.de/pub/Local/urz/ding/de-en-devel/${CHEMNITZ}.gz gunzip ${CHEMNITZ}.gz -mv ${CHEMNITZ} inputs/ +mv ${CHEMNITZ} inputs/de-en_chemnitz.txt L=fr echo "Downloading from: http://dumps.wikimedia.org/${L}wiktionary/"