From 333602eef7c2f778879ff28492a4db48d26d92bada0d45747411db20a782f436 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Wed, 18 Sep 2013 13:15:46 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/shells/ksh?expand=0&rev=166 --- vmbalance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vmbalance b/vmbalance index 0f91b92..a9e33fd 100644 --- a/vmbalance +++ b/vmbalance @@ -39,6 +39,6 @@ BEGIN { } } END { - left=allocs-freed + left=allocs-frees print script ": " sum " bytes, " left " left chunks, " allocs " chunks allocated, and " frees " chunks freed" > "/dev/fd/3" }