From 0ca3a2cb54d6fbdd172c091020a8326fa13c2c1d Mon Sep 17 00:00:00 2001 From: rey jean-Francois Date: Wed, 7 Aug 2013 17:17:00 +0200 Subject: [PATCH] up --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 0f37dc4..b61e204 100755 --- a/install.sh +++ b/install.sh @@ -241,7 +241,7 @@ cat ~/.bashrc | grep -v "OTMEDIA_HOME" | grep -v "SRILM_BIN" > ~/.bashrc.org cp ~/.bashrc.org ~/.bashrc export OTMEDIA_HOME=$PWD echo "export OTMEDIA_HOME=$PWD" >> ~/.bashrc -echo "export $PATH=$PATH:$PWD/main_tools" >> ~/.bashrc +echo "export PATH=\$PATH:$PWD/main_tools" >> ~/.bashrc echo "export SRILM_BIN=$SRILM/bin/$MACHINE_TYPE" >> ~/.bashrc #echo "export LIA_TAGG_LANG=french" >> ~/.bashrc #echo "export LIA_TAGG=$OTMEDIA_HOME/tools/lia_ltbox/lia_tagg/" >> ~/.bashrc -- 1.8.2.3