]> err.no Git - util-linux/commitdiff
Revert "script: improve quiet mode"
authorKarel Zak <kzak@redhat.com>
Mon, 31 Mar 2008 13:45:11 +0000 (15:45 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 31 Mar 2008 13:45:11 +0000 (15:45 +0200)
This reverts commit 7baec9a5612358559d1556113657223a64e373d1.

Note, scriptreplay(8) expects the "Script started on.." line. We cannot remove
this message...

misc-utils/script.c

index b68f18c8e50e132f6833587866820add9692852e..5f56f505e5155b394ca8cf0ec888e11edc00a58d 100644 (file)
@@ -301,8 +301,7 @@ dooutput() {
 #endif
        tvec = time((time_t *)NULL);
        my_strftime(obuf, sizeof obuf, "%c\n", localtime(&tvec));
-       if (!qflg)
-               fprintf(fscript, _("Script started on %s"), obuf);
+       fprintf(fscript, _("Script started on %s"), obuf);
 
        if (die == 0 && child && kill(child, 0) == -1 && errno == ESRCH)
                /*