Code

Merge branch 'master' of ssh://tonvoon@nagiosplug.git.sourceforge.net/gitroot/nagiosp...
[nagiosplug.git] / plugins-scripts / utils.sh.in
index 51727b72655c9bf11caf60a22ec4e8c7511624d7..b30b908395921dea466916293fb7f7e251e94521 100644 (file)
@@ -13,11 +13,11 @@ else
 fi
 
 print_revision() {
-       echo "$1 (@PACKAGE@ @VERSION@) $2"
-       $ECHO "@WARRANTY@" | /bin/sed -e 's/\n/ /g'
+       echo "$1 v$2 (@PACKAGE@ @VERSION@)"
+       $ECHO "@WARRANTY@" | sed -e 's/\n/ /g'
 }
 
 support() {
-       $ECHO "@SUPPORT@" | /bin/sed -e 's/\n/ /g'
+       $ECHO "@SUPPORT@" | sed -e 's/\n/ /g'
 }