mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-02-07 13:03:08 +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;
|
register struct file *file;
|
||||||
{
|
{
|
||||||
if (!silent_flag)
|
if (!silent_flag)
|
||||||
message ("touch %s\n", file->name);
|
message ("touch %s", file->name);
|
||||||
|
|
||||||
#ifndef NO_ARCHIVES
|
#ifndef NO_ARCHIVES
|
||||||
if (ar_name (file->name))
|
if (ar_name (file->name))
|
||||||
|
|
Loading…
Reference in a new issue