From 743f627a8313bf2b868902d3dad359471ef7be6d Mon Sep 17 00:00:00 2001 From: rey jean-Francois Date: Wed, 7 Aug 2013 17:19:23 +0200 Subject: [PATCH] up --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index b61e204..151bb2f 100755 --- a/install.sh +++ b/install.sh @@ -236,7 +236,7 @@ then fi ### Set Variables in bashrc ### -cat ~/.bashrc | grep -v "OTMEDIA_HOME" | grep -v "SRILM_BIN" > ~/.bashrc.org +cat ~/.bashrc | grep -v "OTMEDIA_HOME" | grep -v "SRILM_BIN" | grep -v "main_tools" > ~/.bashrc.org #cat ~/.bashrc | grep -v "OTMEDIA_HOME" | grep -v "SRILM_BIN" | grep -v "LIA_TAGG" | grep -v "LIA_PHON" | grep -v "LIA_BIGLEX" > ~/.bashrc.org cp ~/.bashrc.org ~/.bashrc export OTMEDIA_HOME=$PWD -- 1.8.2.3