]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(main): Use fputs, not puts. Avoids spurious newline.
authorJim Meyering <jim@meyering.net>
Mon, 6 May 1996 01:26:25 +0000 (01:26 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 6 May 1996 01:26:25 +0000 (01:26 +0000)
src/dircolors.c

index f6bcc9ade7a8032e86599bf702b6f7c51471323d..30dccafc6386262a2555964479e9861342f07b45 100644 (file)
@@ -334,7 +334,7 @@ setenv LS_COLORS \':");
     case MO_SH:
     case MO_KSH:
     case MO_ZSH:
-      puts ("LS_COLORS=\'");
+      fputs ("LS_COLORS=\'", stdout);
       break;
     }