Commit 0ca3a2cb54d6fbdd172c091020a8326fa13c2c1d
1 parent
9b6e1bd0b4
Exists in
master
up
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
install.sh
... | ... | @@ -241,7 +241,7 @@ |
241 | 241 | cp ~/.bashrc.org ~/.bashrc |
242 | 242 | export OTMEDIA_HOME=$PWD |
243 | 243 | echo "export OTMEDIA_HOME=$PWD" >> ~/.bashrc |
244 | -echo "export $PATH=$PATH:$PWD/main_tools" >> ~/.bashrc | |
244 | +echo "export PATH=\$PATH:$PWD/main_tools" >> ~/.bashrc | |
245 | 245 | echo "export SRILM_BIN=$SRILM/bin/$MACHINE_TYPE" >> ~/.bashrc |
246 | 246 | #echo "export LIA_TAGG_LANG=french" >> ~/.bashrc |
247 | 247 | #echo "export LIA_TAGG=$OTMEDIA_HOME/tools/lia_ltbox/lia_tagg/" >> ~/.bashrc |