Module: nagvis
Branch: master
Commit: 3cfc1978f619e7209ebc297dc6b26e83f3a72459
URL:    
http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis/commit/?id=3cfc1978f619e7209ebc297dc6b26e83f3a72459

Author: Lars Michelsen <[email protected]>
Date:   Tue Aug 18 21:30:13 2009 +0200

Fixed special char replacement in OS string

---

 install.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/install.sh b/install.sh
index 6370bf2..d2d39b1 100755
--- a/install.sh
+++ b/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

Reply via email to