I now get Archive actions too long (max 40960)! on OSX, so enlarge it a little.

git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@38590 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2010-09-08 22:15:37 +00:00
parent 7eb32704ba
commit 5e6384156e

View File

@ -464,7 +464,7 @@
*/
# ifndef MAXLINE
# define MAXLINE 40960 /* longest 'together' actions' */
# define MAXLINE 51200 /* longest 'together' actions' */
# endif
# ifndef EXITOK