summaryrefslogtreecommitdiffstats
path: root/plugins-scripts/utils.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'plugins-scripts/utils.sh.in')
-rw-r--r--plugins-scripts/utils.sh.in4
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
15print_revision() { 15print_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
20support() { 20support() {
21 $ECHO "@SUPPORT@" | /bin/sed -e 's/\n/ /g' 21 $ECHO "@SUPPORT@" | sed -e 's/\n/ /g'
22} 22}
23 23