From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 90AB31F4B4; Sun, 24 Jan 2021 12:12:43 +0000 (UTC) Date: Sun, 24 Jan 2021 12:12:43 +0000 From: Eric Wong To: Kyle Meyer Cc: meta@public-inbox.org Subject: Re: [PATCH 02/10] lei: support remote externals Message-ID: <20210124121243.GA16163@dcvr> References: <20210123102755.425-1-e@80x24.org> <20210123102755.425-3-e@80x24.org> <87v9bmswkh.fsf@kyleam.com> <20210124120217.GA12880@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20210124120217.GA12880@dcvr> List-Id: Eric Wong wrote: > Kyle Meyer wrote: > > - my @cmd = qw(curl -XPOST -sSf); > > + my @cmd = qw(curl -XPOST -d'' -sSf); > > That '' is a syntax error for me, and curl nags on -XPOST > with -d, so I've omitted -XPOST from my patch. Thanks again for > the report. Nevermind :x Way too sleepy :<