From 6e5bdb037c7bd0f581f8b4a021473370345427ab Mon Sep 17 00:00:00 2001
From: Diego Caceres <Diego.Caceres@creatis.insa-lyon.fr>
Date: Tue, 12 Jul 2011 16:01:55 +0000
Subject: [PATCH] Fix mistyping. JPR

---
 Linux/menu.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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
-- 
2.49.0