From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtpng3.m.smailru.net (smtpng3.m.smailru.net [94.100.177.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id E26904696C5 for ; Sun, 5 Apr 2020 21:40:02 +0300 (MSK) References: <2b8e68115786e3363398cb1b5f4929a5962679a4.1586096636.git.lvasiliev@tarantool.org> From: Vladislav Shpilevoy Message-ID: <097bbc29-51a4-a409-cb4c-e3f1473f2a49@tarantool.org> Date: Sun, 5 Apr 2020 20:40:01 +0200 MIME-Version: 1.0 In-Reply-To: <2b8e68115786e3363398cb1b5f4929a5962679a4.1586096636.git.lvasiliev@tarantool.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Tarantool-patches] [PATCH v2 1/3] Add the chdir option for make List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Leonid Vasiliev Cc: tarantool-patches@dev.tarantool.org > diff --git a/src/luarocks/cmd/make.lua b/src/luarocks/cmd/make.lua > index 4d81386..99b0fb4 100644 > --- a/src/luarocks/cmd/make.lua > +++ b/src/luarocks/cmd/make.lua > @@ -78,7 +87,7 @@ function make.command(flags, rockspec_filename) > if not rockspec_filename:match("rockspec$") then > return nil, "Invalid argument: 'make' takes a rockspec as a parameter. "..util.see_help("make") > end > - > + Please, drop the unnecessary diff.