diff options
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 51727b7..7750716 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 | ||