Code

Remove hardlink to /bin/sed. Leave to PATH (Abs - 1391483)
[nagiosplug.git] / plugins-scripts / utils.sh.in
index 51727b72655c9bf11caf60a22ec4e8c7511624d7..7750716be4f26944f487ca0eb689e94a1195b58c 100644 (file)
@@ -14,10 +14,10 @@ fi
 
 print_revision() {
        echo "$1 (@PACKAGE@ @VERSION@) $2"
-       $ECHO "@WARRANTY@" | /bin/sed -e 's/\n/ /g'
+       $ECHO "@WARRANTY@" | sed -e 's/\n/ /g'
 }
 
 support() {
-       $ECHO "@SUPPORT@" | /bin/sed -e 's/\n/ /g'
+       $ECHO "@SUPPORT@" | sed -e 's/\n/ /g'
 }