]> git.donarmstrong.com Git - debhelper.git/commitdiff
note that the hardcoded arg_max here is obsolete
authorJoey Hess <joey@kitenet.net>
Wed, 27 Oct 2010 16:49:39 +0000 (12:49 -0400)
committerJoey Hess <joey@kitenet.net>
Wed, 27 Oct 2010 16:49:39 +0000 (12:49 -0400)
Debian/Debhelper/Dh_Lib.pm

index 63d1f65722e5e6b978f4d28b7d79f5dcd39181a8..3c23e092beb9cf0f215338eeec83cc638719d805 100644 (file)
@@ -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.