aboutsummaryrefslogtreecommitdiffstats
path: root/src/runcon.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-03-18 17:52:00 +0100
committerJim Meyering <jim@meyering.net>2007-03-18 18:15:08 +0100
commitab511a2106e8395ee86997c07c13bd5fa2472c5a (patch)
treecc536bc613fca56431a7ef3414d5993a7ec4e736 /src/runcon.c
parentArrange for "make check-root" to run the new root-only test. (diff)
downloadcoreutils-ab511a2106e8395ee86997c07c13bd5fa2472c5a.tar.gz
coreutils-ab511a2106e8395ee86997c07c13bd5fa2472c5a.zip
* src/runcon.c (main): Remove "." at end of a diagnostic.
Diffstat (limited to 'src/runcon.c')
-rw-r--r--src/runcon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runcon.c b/src/runcon.c
index ac0b90661..a8ddb7474 100644
--- a/src/runcon.c
+++ b/src/runcon.c
@@ -180,7 +180,7 @@ main (int argc, char **argv, char **envp)
if (is_selinux_enabled () != 1)
error (EXIT_FAILURE, 0,
- _("runcon may be used only on a SELinux kernel."));
+ _("runcon may be used only on a SELinux kernel"));
if (context)
{