From bcfe2cc064005ef5004a78b004e7a21d24ce0b1c Mon Sep 17 00:00:00 2001 From: Dinko Korunic Date: Thu, 1 Nov 2007 14:00:22 +0000 Subject: [PATCH] r3: - more compatible with mawk --- debian/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/postinst b/debian/postinst index fda11a0..f059b13 100755 --- a/debian/postinst +++ b/debian/postinst @@ -49,7 +49,7 @@ script=' BEGIN { FS = "\"" } -/^[[:space:]]*/ { +// { if (max < $2) max = $2 } -- 1.7.10.4