]> git.ipfire.org Git - thirdparty/util-linux.git/commit
script: no logging for non-interactive shells
authorStanislav Brabec <sbrabec@suse.cz>
Wed, 11 Feb 2015 14:07:52 +0000 (15:07 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 12 Feb 2015 13:31:16 +0000 (14:31 +0100)
commit8fd4a7aa81d2bd65dd586a6c0de989d1abdae8a4
tree1dfb66bd6dffdb38b3f29e99ea42e4f6b17a9c6b
parent60d29f827b94097fb718dcb02fad6ccb571bdb2b
script: no logging for non-interactive shells

Karel Zak wrote:

> Would be better to learn people to fix their shell initialization
> files to not call script(1) for non-interactive sessions?

It makes sense.

From 8fff32e65399ae07f70e12568d4d5278725673a7 Mon Sep 17 00:00:00 2001
From: Stanislav Brabec <sbrabec@suse.cz>
Date: Wed, 11 Feb 2015 15:02:10 +0100
Subject: [PATCH] script.1: Document behavior in non-interactive shells

And discourage users from such use.
term-utils/script.1