From 13b1223793641ad3a0f2240c9fb77b8650e0c0d8 Mon Sep 17 00:00:00 2001 From: Gowness Date: Tue, 29 May 2012 00:54:52 -0700 Subject: [PATCH] Bugfix: missing perl argument This was keeping this pluggin from configuring correctly on my arch box --- plugins/system/memory_by_process | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 plugins/system/memory_by_process diff --git a/plugins/system/memory_by_process b/plugins/system/memory_by_process old mode 100755 new mode 100644 index 48341d3f..b06e3391 --- a/plugins/system/memory_by_process +++ b/plugins/system/memory_by_process @@ -24,7 +24,7 @@ if [ "$1" = "config" ]; then echo 'graph_category system' echo "graph_info Shows contribution of each process to VM size" - ps auxww | perl ' + ps auxww | perl -e ' $junk = <>; while (<>) {