no big deal...
>From 148ddb3232e6319479222d4f7dee49b2c44ce21a Mon Sep 17 00:00:00 2001
From: Jim Meyering <[email protected]>
Date: Tue, 7 Apr 2009 20:16:00 +0200
Subject: [PATCH] maint: avoid "make syntax-check" failure
* src/install.c (main): Tweak syntax of new diagnostic.
---
src/install.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/install.c b/src/install.c
index eb345a6..fd8f71e 100644
--- a/src/install.c
+++ b/src/install.c
@@ -531,8 +531,8 @@ main (int argc, char **argv)
break;
case PRESERVE_CONTEXT_OPTION_DEPRECATED:
- error (0, 0, _("WARNING: --preserve_context is deprecated. "
- "Please use --preserve-context instead."));
+ error (0, 0, _("WARNING: --preserve_context is deprecated; "
+ "use --preserve-context instead"));
/* fall through */
case PRESERVE_CONTEXT_OPTION:
if ( ! selinux_enabled)
--
1.6.2.rc1.285.gc5f54
_______________________________________________
Bug-coreutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-coreutils