Module: nagvis Branch: nagvis-1.4 Commit: dbcdf0fd0d0136ba050e25428de7bd4ae6961488 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis/commit/?id=dbcdf0fd0d0136ba050e25428de7bd4ae6961488
Author: Lars Michelsen <[email protected]> Date: Tue Aug 18 21:30:13 2009 +0200 Fixed special char replacement in OS string --- nagvis/install.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/nagvis/install.sh b/nagvis/install.sh index 6370bf2..d2d39b1 100755 --- a/nagvis/install.sh +++ b/nagvis/install.sh @@ -528,7 +528,7 @@ welcome line "" text "| Starting installation of NagVis $NAGVIS_VER" "|" line "" -[ -f /etc/issue ]&&OS=`grep -v "^\s*$" /etc/issue | sed 's/\\.*//' | head -1` +[ -f /etc/issue ]&&OS=`grep -v "^\s*$" /etc/issue | sed 's/\\\.*//' | head -1` [ -n "$OS" ]&&text "| OS : $OS" "|" PERL=`perl -e 'print $];'` [ -n "$PERL" ]&&text "| Perl: $PERL" "|" ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
