From: Diego Caceres Date: Tue, 12 Jul 2011 16:01:55 +0000 (+0000) Subject: Fix mistyping. JPR X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=6e5bdb037c7bd0f581f8b4a021473370345427ab;p=creaToolsTools.git Fix mistyping. JPR --- diff --git a/Linux/menu.sh b/Linux/menu.sh index 699f5ed..73336f4 100644 --- a/Linux/menu.sh +++ b/Linux/menu.sh @@ -86,11 +86,11 @@ do then echo WARNING echo - if [ -f ETC_BASHRC=$HOME/.bashrc ] + if [ -f $HOME/.bashrc ] then export ETC_BASHRC=$HOME/.bashrc else - if [ -f ETC_BASHRC=$HOME/.profile ] + if [ -f $HOME/.profile ] then export ETC_BASHRC=$HOME/.profile fi