From: "Mike Frysinger" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/rpm2targz:master commit in: /
Date: Tue, 16 Mar 2021 23:33:05 +0000 (UTC) [thread overview]
Message-ID: <1615934093.0044855b15dbd4fc5be9195f6dd519215c213966.vapier@gentoo> (raw)
commit: 0044855b15dbd4fc5be9195f6dd519215c213966
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 16 22:34:53 2021 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Tue Mar 16 22:34:53 2021 +0000
URL: https://gitweb.gentoo.org/proj/rpm2targz.git/commit/?id=0044855b
rpm2tar: have error messages say "error"
This makes it clear that we're aborting & exiting non-zero.
Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org>
rpm2targz | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rpm2targz b/rpm2targz
index b8b4b69..1d3677b 100755
--- a/rpm2targz
+++ b/rpm2targz
@@ -23,7 +23,7 @@
argv0=${0##*/}
warn() { echo "${argv0}: warning: $*" 1>&2; }
-err() { echo "${argv0}: warning: $*" 1>&2; exit 1; }
+err() { echo "${argv0}: error: $*" 1>&2; exit 1; }
usage=false
stdout=false
next reply other threads:[~2021-03-16 23:33 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-16 23:33 Mike Frysinger [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-03-16 23:33 [gentoo-commits] proj/rpm2targz:master commit in: / Mike Frysinger
2021-03-16 23:33 Mike Frysinger
2021-03-16 23:33 Mike Frysinger
2021-03-16 23:33 Mike Frysinger
2021-03-16 23:33 Mike Frysinger
2021-03-16 23:33 Mike Frysinger
2021-03-16 23:33 Mike Frysinger
2012-05-17 4:59 Mike Frysinger
2012-05-17 4:59 Mike Frysinger
2012-05-17 4:44 Mike Frysinger
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=1615934093.0044855b15dbd4fc5be9195f6dd519215c213966.vapier@gentoo \
--to=vapier@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