summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-10-27 12:49:39 -0400
committerJoey Hess <joey@kitenet.net>2010-10-27 12:49:39 -0400
commita9116a731fb4baf4873e5693681c3602bbeee6a3 (patch)
treee1b28ab5c1441bd4e17686bfb78e910ef772e3ef
parente6b8bf17e0fcca64e7bfedb6b68e5a0c6db3ce94 (diff)
note that the hardcoded arg_max here is obsolete
-rw-r--r--Debian/Debhelper/Dh_Lib.pm1
1 files changed, 1 insertions, 0 deletions
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.