aboutsummaryrefslogtreecommitdiff
path: root/coreutils/install.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/install.c')
-rw-r--r--coreutils/install.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/install.c b/coreutils/install.c
index 79cd02036..cf62a0022 100644
--- a/coreutils/install.c
+++ b/coreutils/install.c
@@ -101,7 +101,7 @@ int install_main(int argc, char **argv)
101 opt_complementary = "s--d:d--s" USE_SELINUX(":Z--\xff:\xff--Z"); 101 opt_complementary = "s--d:d--s" USE_SELINUX(":Z--\xff:\xff--Z");
102 /* -c exists for backwards compatibility, it's needed */ 102 /* -c exists for backwards compatibility, it's needed */
103 103
104 flags = getopt32(argc, argv, "cdpsg:m:o:" USE_SELINUX("Z:"), 104 flags = getopt32(argv, "cdpsg:m:o:" USE_SELINUX("Z:"),
105 &gid_str, &mode_str, &uid_str USE_SELINUX(, &scontext)); 105 &gid_str, &mode_str, &uid_str USE_SELINUX(, &scontext));
106 106
107#if ENABLE_SELINUX 107#if ENABLE_SELINUX