From 84404df6398672c08d7783d6030b3a69d68fc322 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 19 Sep 1998 17:32:35 +0000 Subject: [PATCH] update bug-reporting address --- login-utils/su.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/login-utils/su.c b/login-utils/su.c index 6f9c381af..7585db1ec 100644 --- a/login-utils/su.c +++ b/login-utils/su.c @@ -446,7 +446,7 @@ Change the effective user id and group id to that of USER.\n\ \n\ A mere - implies -l. If USER not given, assume root.\n\ ")); - puts (_("\nReport bugs to .")); + puts (_("\nReport bugs to .")); } exit (status); }