From b59ec071a5c62ac94946f5ef9c80fef3ed9bd9b6 Mon Sep 17 00:00:00 2001 From: Lars Kruse Date: Thu, 2 Aug 2018 00:29:46 +0200 Subject: [PATCH] Plugin cpu-usage-by-process: fix autoconf output --- plugins/cpu/cpu-usage-by-process | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/cpu/cpu-usage-by-process b/plugins/cpu/cpu-usage-by-process index ae6469a6..74a0d6ef 100755 --- a/plugins/cpu/cpu-usage-by-process +++ b/plugins/cpu/cpu-usage-by-process @@ -29,7 +29,7 @@ if [ "$1" = "autoconf" ] ; then if [ -n "$procs" ] ; then echo "yes" else - echo "\$procs not defined." + echo "no (environment variable 'procs' is not defined)" fi exit fi