From: Jim Meyering Date: Mon, 6 May 1996 01:26:25 +0000 (+0000) Subject: (main): Use fputs, not puts. Avoids spurious newline. X-Git-Tag: TEXTUTILS-1_14d~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bd395b3bfcdc5bee7686133240850b11df3b43aa;p=thirdparty%2Fcoreutils.git (main): Use fputs, not puts. Avoids spurious newline. --- diff --git a/src/dircolors.c b/src/dircolors.c index f6bcc9ade7..30dccafc63 100644 --- a/src/dircolors.c +++ b/src/dircolors.c @@ -334,7 +334,7 @@ setenv LS_COLORS \':"); case MO_SH: case MO_KSH: case MO_ZSH: - puts ("LS_COLORS=\'"); + fputs ("LS_COLORS=\'", stdout); break; }