Sfoglia il codice sorgente

The updater uses the correct commands file

Jezra 11 anni fa
parent
commit
9a052e1c5c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      language_updater.sh

+ 1
- 1
language_updater.sh Vedi File

@@ -2,7 +2,7 @@
2 2
 
3 3
 blatherdir=~/.config/blather
4 4
 sentences=$blatherdir/sentences.corpus
5
-sourcefile=$blatherdir/commands
5
+sourcefile=$blatherdir/commands.conf
6 6
 langdir=$blatherdir/language
7 7
 tempfile=$blatherdir/url.txt
8 8
 lmtoolurl=http://www.speech.cs.cmu.edu/cgi-bin/tools/lmtool/run

Loading…
Annulla
Salva