From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-f68.google.com (mail-lf1-f68.google.com [209.85.167.68]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id DAF0E45C316 for ; Tue, 14 Apr 2020 14:58:11 +0300 (MSK) Received: by mail-lf1-f68.google.com with SMTP id f8so9121037lfe.12 for ; Tue, 14 Apr 2020 04:58:11 -0700 (PDT) Date: Tue, 14 Apr 2020 14:58:08 +0300 From: Cyrill Gorcunov Message-ID: <20200414115808.GC3072@uranus> References: <4f61389e1282fabc9f4f342b9f924f9e597f74bc.1586862436.git.alexander.turenko@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4f61389e1282fabc9f4f342b9f924f9e597f74bc.1586862436.git.alexander.turenko@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH 06/12] popen: quote multiword command arguments List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Turenko Cc: tarantool-patches@dev.tarantool.org On Tue, Apr 14, 2020 at 02:38:15PM +0300, Alexander Turenko wrote: > Of course it is still not fair shell-style quoting: at least we should > also escape quotes inside arguments. But it gives correct output for > most of typical commands and has straightforward implementation. > > Part of #4031 Acked-by: Cyrill Gorcunov