From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/elfix:elfix-0.9.x commit in: misc/install-xattr/
Date: Sat, 9 Nov 2019 18:19:56 +0000 (UTC) [thread overview]
Message-ID: <1573323371.bb01196aa12be86e7c37a420de0cd7ada82bf9a9.blueness@gentoo> (raw)
commit: bb01196aa12be86e7c37a420de0cd7ada82bf9a9
Author: Raimonds Cicans <ray <AT> apollo <DOT> lv>
AuthorDate: Sat Nov 9 18:16:11 2019 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Nov 9 18:16:11 2019 +0000
URL: https://gitweb.gentoo.org/proj/elfix.git/commit/?id=bb01196a
install-xattr: correct -Z flag, bug #699550
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
misc/install-xattr/install-xattr.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/misc/install-xattr/install-xattr.c b/misc/install-xattr/install-xattr.c
index 5c8a978..ab3d041 100644
--- a/misc/install-xattr/install-xattr.c
+++ b/misc/install-xattr/install-xattr.c
@@ -278,14 +278,14 @@ main(int argc, char* argv[])
{ "mode", required_argument, 0, 'm'},
{ "owner", required_argument, 0, 'o'},
{ "suffix", required_argument, 0, 'S'},
- { "context", optional_argument, 0, 'Z'},
+ { "context", optional_argument, 0, 0 },
{ "backup", optional_argument, 0, 'b'},
{ "help", no_argument, 0, 0 },
{ 0, 0, 0, 0 }
};
int option_index;
- int c = getopt_long(argc, argv, "dt:g:m:o:S:Z:", long_options, &option_index);
+ int c = getopt_long(argc, argv, "dt:g:m:o:S:Z", long_options, &option_index);
if (c == -1)
next reply other threads:[~2019-11-10 10:36 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-09 18:19 Anthony G. Basile [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-11-10 0:59 [gentoo-commits] proj/elfix:elfix-0.9.x commit in: misc/install-xattr/ Anthony G. Basile
2019-11-10 0:58 Anthony G. Basile
2019-11-09 18:19 Anthony G. Basile
2019-04-14 19:02 Anthony G. Basile
2019-03-30 10:13 Anthony G. Basile
2015-09-03 23:08 Anthony G. Basile
2015-09-03 23:08 Anthony G. Basile
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=1573323371.bb01196aa12be86e7c37a420de0cd7ada82bf9a9.blueness@gentoo \
--to=blueness@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