From afdd19d126a09c1b5a21954fe278c1c741ae6cde Mon Sep 17 00:00:00 2001 From: jean-pierre roux Date: Fri, 21 Jan 2011 20:05:20 +0000 Subject: [PATCH] verbosity --- Linux/menu.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Linux/menu.sh b/Linux/menu.sh index 5e441f8..e82924c 100644 --- a/Linux/menu.sh +++ b/Linux/menu.sh @@ -55,10 +55,11 @@ do echo WARNING echo echo "the curently used Third Party libraries are NOT in $installPrefixThird but in :" - grep "installPrefixThird=" /etc/bashrc + grep "installPrefixThird=" /etc/bashrc echo "VTK_DIR :...." $VTK_DIR echo "ITK_DIR :...." $ITK_DIR echo "GDCM_DIR :..." $GDCM_DIR + echo "(Have a look at /etc/bashrc, edit it or run again Install Third Party Libraries if you disagree)" fi echo echo "Are these values suitable for you : YES/NO? (default is YES)" -- 2.45.1