Commit 743f627a8313bf2b868902d3dad359471ef7be6d
1 parent
0ca3a2cb54
Exists in
master
up
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
install.sh
... | ... | @@ -236,7 +236,7 @@ |
236 | 236 | fi |
237 | 237 | |
238 | 238 | ### Set Variables in bashrc ### |
239 | -cat ~/.bashrc | grep -v "OTMEDIA_HOME" | grep -v "SRILM_BIN" > ~/.bashrc.org | |
239 | +cat ~/.bashrc | grep -v "OTMEDIA_HOME" | grep -v "SRILM_BIN" | grep -v "main_tools" > ~/.bashrc.org | |
240 | 240 | #cat ~/.bashrc | grep -v "OTMEDIA_HOME" | grep -v "SRILM_BIN" | grep -v "LIA_TAGG" | grep -v "LIA_PHON" | grep -v "LIA_BIGLEX" > ~/.bashrc.org |
241 | 241 | cp ~/.bashrc.org ~/.bashrc |
242 | 242 | export OTMEDIA_HOME=$PWD |