The date command includes a newline. Signed-off-by: J William Piggott <elseifthen@xxxxxxx> --- sys-utils/hwclock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-utils/hwclock.c b/sys-utils/hwclock.c index 008b20a..ced1314 100644 --- a/sys-utils/hwclock.c +++ b/sys-utils/hwclock.c @@ -767,7 +767,7 @@ static int interpret_date_string(const char *date_opt, time_t * const time_p) if (!fgets(date_resp, sizeof(date_resp), date_child_fp)) date_resp[0] = '\0'; /* in case fgets fails */ if (debug) - printf(_("response from date command = %s\n"), date_resp); + printf(_("response from date command = %s"), date_resp); if (strncmp(date_resp, magic, sizeof(magic) - 1) != 0) { warnx(_("The date command issued by %s returned " "unexpected results.\n" -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html