X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 05A2A3858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1694146498; bh=bRuz3B+3IlqLlBy182uBzJvdnOdlDfsAyC71rElGD50=; h=Date:Subject:To:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=QGfD/sHC0rvc2QV7Lxj3pDplNVrKvAG19lFO0qCXhVwHNJ8bKwZ9CgW4i0vVUuB0Y H5EtD3tgw9a9q6aafIrntaXZQ4ge3pKuKUnuJP/dVUJW3/Pd/Iw61ZHni93x35mPAq XsTJGtFwd/465lnla2dCTOhIcaJ6JsIFeiX5mXNk= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 875BE3858D1E X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1694146482; x=1694751282; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=IbojZhkzPcNXwJE0bK/YAxpyiejbWBVKXo7QXrqw8es=; b=O9M2UMBtdWkbv6xFT2kmy4S5JO6txBiZbBO7okGJJxojCbtkUU8NeKa8XttW29M0Lq 8Ld6Ta+/fuyFno0ony5jfLQNXCcmJ5WfvnvzMpAY8Yx+79BWdC3+4ps18WcEex9Yz7US 6Fog/JnGr0+5Y6n2jUWLSdOAxBVUWcylyxM/UJl+42dH+8A9v5dCixq25t9swLVhQVYG 9aU1QXupSTLZVqOm8V0BxdPaolzyrZEoHiJeBxvrXy6ckMNZhlyMtOAk13/AYQet503G r6tGAeK19sCAywO3ieimkPyiK460WAP1k4akaG4lwEPjSYnNV9dANy3J5qLNBjfC1IdZ gS9A== X-Gm-Message-State: AOJu0Yy/mdr9tsx+O7J3ycnfHeZbGyWhiNMG6gcAnFdP+g5sapwltQf+ ltx0Fhc9R0HiSwNxLQv35ysXUi+diAu2EHGr54auuDbBk8s= X-Google-Smtp-Source: AGHT+IFoiEdeoliSch/VyJ4yAYXR+35w54alAJFUxO1C6ZoFYKdVl9HKeoQd1TgJtegFXdFNEmfzp1dEAyQvrBP1HLo= X-Received: by 2002:a05:690c:a90:b0:59b:5456:a9bb with SMTP id ci16-20020a05690c0a9000b0059b5456a9bbmr1603355ywb.42.1694146481699; Thu, 07 Sep 2023 21:14:41 -0700 (PDT) MIME-Version: 1.0 Date: Fri, 8 Sep 2023 00:14:30 -0400 Message-ID: Subject: ARG_MAX missing from getconf To: cygwin AT cygwin DOT com X-Spam-Status: No, score=0.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-Content-Filtered-By: Mailman/MimeDel 2.1.30 X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.30 List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , From: "Matthew \"mirage335\" Hines via Cygwin" Reply-To: "Matthew \"mirage335\" Hines" Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Cygwin" Really hope other Cygwin packages will not be broken because 'ARG_MAX' is now undefined in 'getconf' output. Caught this in a CI test for a rather large shell script. https://github.com/mirage335-colossus/ubiquitous_bash/blob/master/structure/installation.sh#L385 -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple