diff options
| author | Jim Meyering <jim@meyering.net> | 2007-03-18 17:52:00 +0100 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 2007-03-29 21:37:06 +0200 |
| commit | aefac2c02e471a09880603738aa97d7cc422b6ef (patch) | |
| tree | 6f89bbd6ef14b249237b81ef0c083c7fc31018e3 /src/runcon.c | |
| parent | Arrange for "make check-root" to run the new root-only test. (diff) | |
| download | coreutils-aefac2c02e471a09880603738aa97d7cc422b6ef.tar.gz coreutils-aefac2c02e471a09880603738aa97d7cc422b6ef.zip | |
* src/runcon.c (main): Remove "." at end of a diagnostic.
Diffstat (limited to 'src/runcon.c')
| -rw-r--r-- | src/runcon.c | 2 |
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) { |
