From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-backup/timeshift-autosnap/
Date: Wed, 3 Nov 2021 11:28:19 +0000 (UTC) [thread overview]
Message-ID: <1635938880.10eccecfd100f87131399a2e615856e07a8fd14f.andrewammerlaan@gentoo> (raw)
Message-ID: <20211103112819.KK2LsBwOiuFfwbSmDE3IbLrvezQW8Yk24vE4RP3zKHY@z> (raw)
commit: 10eccecfd100f87131399a2e615856e07a8fd14f
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 3 11:27:07 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Nov 3 11:28:00 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=10eccecf
app-backup/timeshift-autosnap: quote unqouted variable, and || die
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
app-backup/timeshift-autosnap/timeshift-autosnap-0.9.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-backup/timeshift-autosnap/timeshift-autosnap-0.9.ebuild b/app-backup/timeshift-autosnap/timeshift-autosnap-0.9.ebuild
index 2ead2e4c1..604b487cd 100644
--- a/app-backup/timeshift-autosnap/timeshift-autosnap-0.9.ebuild
+++ b/app-backup/timeshift-autosnap/timeshift-autosnap-0.9.ebuild
@@ -29,7 +29,7 @@ $ grep -q timeshift-autosnap /etc/portage/bashrc || echo "function pre_pkg_setup
src_unpack() {
default
- mv ${WORKDIR}/timeshift-autosnap-${PV}* ${WORKDIR}/timeshift-autosnap-${PV}
+ mv "${WORKDIR}"/timeshift-autosnap-${PV}* "${WORKDIR}"/timeshift-autosnap-${PV} || die
}
src_compile(){
next reply other threads:[~2021-11-03 11:28 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-03 11:28 Andrew Ammerlaan [this message]
2021-11-03 11:28 ` [gentoo-commits] repo/proj/guru:dev commit in: app-backup/timeshift-autosnap/ Andrew Ammerlaan
-- strict thread matches above, loose matches on Subject: below --
2024-07-24 7:28 [gentoo-commits] repo/proj/guru:master " David Roman
2024-06-06 14:49 David Roman
2024-06-06 10:27 David Roman
2021-10-08 19:06 [gentoo-commits] repo/proj/guru:dev " Arthur Zamarin
2021-10-08 19:05 ` [gentoo-commits] repo/proj/guru:master " Arthur Zamarin
2021-10-08 19:06 [gentoo-commits] repo/proj/guru:dev " Arthur Zamarin
2021-10-08 19:05 ` [gentoo-commits] repo/proj/guru:master " Arthur Zamarin
2021-10-06 1:13 Theo Anderson
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=1635938880.10eccecfd100f87131399a2e615856e07a8fd14f.andrewammerlaan@gentoo \
--to=andrewammerlaan@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.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