X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id BADDFDCBEB2 for ; Wed, 23 Dec 2015 12:59:51 +0000 (UTC) Received: from mail-lf0-f45.google.com (mail-lf0-f45.google.com [209.85.215.45]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 4374ADC12FE for ; Wed, 23 Dec 2015 12:59:50 +0000 (UTC) Received: by mail-lf0-f45.google.com with SMTP id y184so146307744lfc.1 for ; Wed, 23 Dec 2015 04:59:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=C9HrfV2TrGd1i7wqE/c+KMwI1Ak8Z9M4RRX44eVeDys=; b=XAUMQva5NBwwjeOOhCczdhXwCvEZ2EtXbfCBe50gHa3oJKfeOsHzIUtoP+UbrSgl5c Y4IOap9wqAIi7aHYwRZGiWyv3B2tVHot8Q5OQmVxfhXtg6FtnID9+t4AlKupNP+gkhJF /00aktd2n+1uy0qppMbqQ+r7VUIVN9DfGtMGdb+1pdCQMrkF7hgTNTZi9TImUyduAfh8 OQpFYrW5sDy+RKy6+pwN34zaxZuA4GZ+BIB3CgAJ3+laz5OOErwC7U2pfW/Idr3T1DRN Wf8L84H+BnoFjU99gQqrTroCH/iQ90axkgI93uNgq/0uYZYyvTuC3l8l7QUKbeo1vBSe dzaQ== X-Received: by 10.25.90.131 with SMTP id o125mr11051338lfb.120.1450875589233; Wed, 23 Dec 2015 04:59:49 -0800 (PST) Received: from vostro ([2001:1bc8:101:f402:21a:9fff:fe0c:4022]) by smtp.gmail.com with ESMTPSA id w7sm6451641lbb.14.2015.12.23.04.59.48 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 23 Dec 2015 04:59:48 -0800 (PST) Sender: =?UTF-8?Q?Timo_Ter=C3=A4s?= Date: Wed, 23 Dec 2015 14:59:46 +0200 From: Timo Teras To: Valery Kartel Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] main/dovecot: Bugfix upgrade to 2.2.21 Message-ID: <20151223145946.31be30d8@vostro> In-Reply-To: References: <1450824685-24620-1-git-send-email-valery.kartel@gmail.com> <20151223084439.31553c35@vostro> X-Mailer: Claws Mail 3.13.0 (GTK+ 2.24.28; x86_64-alpine-linux-musl) X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP On Wed, 23 Dec 2015 14:54:46 +0200 Valery Kartel wrote: > Yeah, I forgot about checksums :) > I'll put all 3 commits together and will resend it. > > > - _mv $(cd "$pkgdir" && find usr -name '*_mysql*') > > + _mv $(cd "$pkgdir" && find usr -name *_mysql*) > > I don't think you can remove the quotation there.... > > I think the quotation have no sence because search templates have no > spaces or any other quotation-aware chars (and it really works). It is pure luck then. It is shell executing that line. And if there's a file / directory matching the *foo* pattern, the shell would expand the wildcards. The quotation is needed to make sure shell does not do wildcard expansion. /Timo --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---