diff options
| author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-03-22 12:59:36 +0000 |
|---|---|---|
| committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-03-22 12:59:36 +0000 |
| commit | 450054438c2763c0ce26985ccf6c5d890d2c6f2a (patch) | |
| tree | b52d1ad02e23dca2d528de3e171940d1064bc19a /plugins-scripts/utils.sh.in | |
| parent | c7091142b392f3047e58c29e7759e01bd5d1cb54 (diff) | |
| download | monitoring-plugins-450054438c2763c0ce26985ccf6c5d890d2c6f2a.tar.gz | |
Remove hardlink to /bin/sed. Leave to PATH (Abs - 1391483)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1340 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins-scripts/utils.sh.in')
| -rw-r--r-- | plugins-scripts/utils.sh.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins-scripts/utils.sh.in b/plugins-scripts/utils.sh.in index 51727b72..7750716b 100644 --- a/plugins-scripts/utils.sh.in +++ b/plugins-scripts/utils.sh.in | |||
| @@ -14,10 +14,10 @@ fi | |||
| 14 | 14 | ||
| 15 | print_revision() { | 15 | print_revision() { |
| 16 | echo "$1 (@PACKAGE@ @VERSION@) $2" | 16 | echo "$1 (@PACKAGE@ @VERSION@) $2" |
| 17 | $ECHO "@WARRANTY@" | /bin/sed -e 's/\n/ /g' | 17 | $ECHO "@WARRANTY@" | sed -e 's/\n/ /g' |
| 18 | } | 18 | } |
| 19 | 19 | ||
| 20 | support() { | 20 | support() { |
| 21 | $ECHO "@SUPPORT@" | /bin/sed -e 's/\n/ /g' | 21 | $ECHO "@SUPPORT@" | sed -e 's/\n/ /g' |
| 22 | } | 22 | } |
| 23 | 23 | ||
