summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2019-01-29 02:04:27 +0000
committerPeter Powell <petpow@saberuk.com>2019-01-29 21:18:18 +0000
commitf1c3833663cec2e4fa7444dbd91556073c94b589 (patch)
tree14be30ee8e84400fe5b709b61425005812d22c6e
parent59ddf1a456265da6d2303373a40ecc34e62a9073 (diff)
Don't clear the screen when running in interactive mode.
This hides potentially useful information.
-rwxr-xr-xconfigure3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure b/configure
index fd39a96f7..a75e333f9 100755
--- a/configure
+++ b/configure
@@ -251,9 +251,6 @@ EOW
$config{USER} = $user[0];
$config{UID} = $user[2];
-# Clear the screen.
-system 'tput', 'clear' if $interactive;
-
# Warn the user about clock drifting when running on OpenVZ.
if (-e '/proc/user_beancounters' || -e '/proc/vz/vzaquota') {
print_warning <<'EOW';