From: Joey Hess Date: Wed, 27 Oct 2010 16:49:39 +0000 (-0400) Subject: note that the hardcoded arg_max here is obsolete X-Git-Tag: 8.1.0~30 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a9116a731fb4baf4873e5693681c3602bbeee6a3;p=debhelper.git note that the hardcoded arg_max here is obsolete --- diff --git a/Debian/Debhelper/Dh_Lib.pm b/Debian/Debhelper/Dh_Lib.pm index 63d1f65..3c23e09 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.