summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xkernel/xpp/init_card_2_302
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/xpp/init_card_2_30 b/kernel/xpp/init_card_2_30
index 4a27047..ec2ea80 100755
--- a/kernel/xpp/init_card_2_30
+++ b/kernel/xpp/init_card_2_30
@@ -66,7 +66,7 @@ sub debug {
}
# Arrange for error logging
-if (-t STDERR) {
+if (-t STDERR || $opts{v}) {
$unit_id = 'Interactive';
main::debug "Interactive startup";
} else {