mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-02-07 04:55:46 +00:00
(touch_file): Removing newline from message string.
This commit is contained in:
parent
ad61285598
commit
06021f945f
1 changed files with 1 additions and 1 deletions
2
remake.c
2
remake.c
|
@ -769,7 +769,7 @@ touch_file (file)
|
|||
register struct file *file;
|
||||
{
|
||||
if (!silent_flag)
|
||||
message ("touch %s\n", file->name);
|
||||
message ("touch %s", file->name);
|
||||
|
||||
#ifndef NO_ARCHIVES
|
||||
if (ar_name (file->name))
|
||||
|
|
Loading…
Reference in a new issue