From: "Rui Huang" <vowstar@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-print/hpuld/
Date: Wed, 7 Sep 2022 03:57:03 +0000 (UTC) [thread overview]
Message-ID: <1662523010.600590e391aa6e499d9cab1024c25f3e898d7fc7.vowstar@gentoo> (raw)
commit: 600590e391aa6e499d9cab1024c25f3e898d7fc7
Author: Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Wed Sep 7 03:56:50 2022 +0000
Commit: Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Wed Sep 7 03:56:50 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=600590e3
net-print/hpuld: fixed unquoted variable WORKDIR
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>
net-print/hpuld/hpuld-1.00.39.15.00.23-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-print/hpuld/hpuld-1.00.39.15.00.23-r1.ebuild b/net-print/hpuld/hpuld-1.00.39.15.00.23-r1.ebuild
index e94749ba6..cb710bc06 100644
--- a/net-print/hpuld/hpuld-1.00.39.15.00.23-r1.ebuild
+++ b/net-print/hpuld/hpuld-1.00.39.15.00.23-r1.ebuild
@@ -44,8 +44,8 @@ QA_PRESTRIPPED="${QA_FLAGS_IGNORED}"
src_unpack() {
default
- for f in ${WORKDIR}/*/*.tar.gz; do
- tar -zxf "$f" -C ${WORKDIR} || die
+ for f in "${WORKDIR}"/*/*.tar.gz; do
+ tar -zxf "$f" -C "${WORKDIR}" || die
done
}
next reply other threads:[~2022-09-07 3:57 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-07 3:57 Rui Huang [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-09-07 3:57 [gentoo-commits] repo/proj/guru:dev commit in: net-print/hpuld/ Rui Huang
2022-09-07 3:57 Rui Huang
2022-06-24 11:38 Rui Huang
2022-04-21 12:20 Rui Huang
2022-04-21 12:16 Rui Huang
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=1662523010.600590e391aa6e499d9cab1024c25f3e898d7fc7.vowstar@gentoo \
--to=vowstar@gmail.com \
--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