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 8D3F3DCBEB2 for ; Wed, 23 Dec 2015 13:13:09 +0000 (UTC) Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 2C697DC12FE for ; Wed, 23 Dec 2015 13:13:08 +0000 (UTC) Received: by mail-wm0-f50.google.com with SMTP id p187so146028613wmp.1 for ; Wed, 23 Dec 2015 05:13:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=dWa9jZ0j2wRHxZdW4XyVJen3k+it7rSHgEeeNI736z8=; b=B0SfKJnBSnYKVAG/ZAUMf+hfzW+9vO++Jo8SxMYeY+Z8hT3Kr8rRgEQGw/ADHaCNP8 gaEfvGQp0qZraWqCpjXzruVYjGmbE8aUfAfveoxFsZq5FHxg6Bg3hTQLolFVA4fwpI0l 7iVQ6/zdifbNyrw4buw/Ls20TosWN3GAOAwZd/I22Hb4AISSPPDRQM5yE9RrQJkPUy0i IzoeG09mabpDv3LBWgDIPXtRAQRR5X/N0UgA6vrAhbbQBYpfdEDfHMi/7BJ9Vu7WH9OR ewRYHHPSpUQdGrUDvCjsWqkUwO8jVkAHFBaebtBICe3cRSLjwVBWS2uvx3Wsq6sL9Yt1 yWYg== X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 X-Received: by 10.194.203.99 with SMTP id kp3mr33926533wjc.3.1450876387357; Wed, 23 Dec 2015 05:13:07 -0800 (PST) Received: by 10.28.90.132 with HTTP; Wed, 23 Dec 2015 05:13:07 -0800 (PST) In-Reply-To: <20151223145946.31be30d8@vostro> References: <1450824685-24620-1-git-send-email-valery.kartel@gmail.com> <20151223084439.31553c35@vostro> <20151223145946.31be30d8@vostro> Date: Wed, 23 Dec 2015 15:13:07 +0200 Message-ID: Subject: Re: [alpine-aports] [PATCH] main/dovecot: Bugfix upgrade to 2.2.21 From: Valery Kartel To: Timo Teras Cc: alpine-aports@lists.alpinelinux.org Content-Type: multipart/alternative; boundary=047d7bd91af2ae78e70527907b4f X-Virus-Scanned: ClamAV using ClamSMTP --047d7bd91af2ae78e70527907b4f Content-Type: text/plain; charset=UTF-8 Ok. In merged commit I leave quotation in place. 2015-12-23 14:59 GMT+02:00 Timo Teras : > 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 > > --047d7bd91af2ae78e70527907b4f Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Ok. In merged commit I leave quotation in place.
=

2015-12-23 14:59 = GMT+02:00 Timo Teras <timo.teras@iki.fi>:
On Wed, 23 Dec 2015 14:54:46 +0200
Valery Kartel <valery.kartel@= gmail.com> wrote:

> Yeah, I forgot about checksums :)
> I'll put all 3 commits together and will resend it.
>
> > -=C2=A0 =C2=A0 =C2=A0_mv $(cd "$pkgdir" && find= usr -name '*_mysql*')
> > +=C2=A0 =C2=A0 =C2=A0_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&= #39;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


--047d7bd91af2ae78e70527907b4f-- --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---