Module: nagvis Branch: master Commit: fde62d3801ebf39b620a2830905c0cdf83d6ce38 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=fde62d3801ebf39b620a2830905c0cdf83d6ce38
Author: LaMi <[email protected]> Date: Wed Mar 3 13:51:01 2010 +0100 Fixed problem using the answer of the "cross path" update question --- install.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/install.sh b/install.sh index 589d4db..f8e3f8b 100755 --- a/install.sh +++ b/install.sh @@ -1049,7 +1049,7 @@ if [ $FORCE -eq 0 ]; then text "| another NagVis installation at $NAGVIS_PATH_OLD." "|" ANS="n" - ask_user "" "y" 1 "check_confirm" \ + ask_user "ANS" "y" 1 "check_confirm" \ "Do you want to update that installation?" if [ "$ANS" != "y" ]; then ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
