From a9116a731fb4baf4873e5693681c3602bbeee6a3 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 27 Oct 2010 12:49:39 -0400 Subject: note that the hardcoded arg_max here is obsolete --- Debian/Debhelper/Dh_Lib.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'Debian') diff --git a/Debian/Debhelper/Dh_Lib.pm b/Debian/Debhelper/Dh_Lib.pm index 63d1f657..3c23e092 100644 --- a/Debian/Debhelper/Dh_Lib.pm +++ b/Debian/Debhelper/Dh_Lib.pm @@ -215,6 +215,7 @@ sub xargs { # The kernel can accept command lines up to 20k worth of characters. my $command_max=20000; # LINUX SPECIFIC!! + # (And obsolete; it's bigger now.) # I could use POSIX::ARG_MAX, but that would be slow. # Figure out length of static portion of command. -- cgit v1.2.3