public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: Ulrich Mueller <ulm@gentoo.org>
To: David Seifert <soap@gentoo.org>
Cc: gentoo-dev@lists.gentoo.org
Subject: Re: [gentoo-dev] [PATCH 1/2] multibuild.eclass: remove dead userland_BSD
Date: Sat, 08 Jan 2022 19:19:05 +0100	[thread overview]
Message-ID: <u8rvqozty@gentoo.org> (raw)
In-Reply-To: <20220108173751.69375-1-soap@gentoo.org> (David Seifert's message of "Sat, 8 Jan 2022 18:37:50 +0100")

[-- Attachment #1: Type: text/plain, Size: 322 bytes --]

>>>>> On Sat, 08 Jan 2022, David Seifert wrote:
 
> +	cp "${cp_args[@]}" "${src}"/. "${dest}"/
> +	ret=${?}
> +
>  	if [[ ${ret} -ne 0 ]]; then
>  		die "${MULTIBUILD_VARIANT:-(unknown)}: merging image failed."
>  	fi

This could be further simplified to "cp ... || die ..." (and no need to
declare ret above).

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 507 bytes --]

      parent reply	other threads:[~2022-01-08 18:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-08 17:37 [gentoo-dev] [PATCH 1/2] multibuild.eclass: remove dead userland_BSD David Seifert
2022-01-08 17:37 ` [gentoo-dev] [PATCH 2/2] apache-2.eclass: " David Seifert
2022-01-08 18:19 ` Ulrich Mueller [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=u8rvqozty@gentoo.org \
    --to=ulm@gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    --cc=soap@gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox