summaryrefslogtreecommitdiff
path: root/drivers/dahdi/xpp
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2008-11-10 20:37:52 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2008-11-10 20:37:52 +0000
commit837b8e6f678466d000cce28d660774d7621a1c5e (patch)
tree8fc69210078f7b0a09d4bcce9cb9b1b1bc60005b /drivers/dahdi/xpp
parentb4b11683141ceb7fb21faa7a75111fc2488f2b64 (diff)
xpp init_card_2_30: no need to check environment in verify mode.
Fixes #13832 in Zaptel. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@5288 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/xpp')
-rwxr-xr-xdrivers/dahdi/xpp/init_card_2_302
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dahdi/xpp/init_card_2_30 b/drivers/dahdi/xpp/init_card_2_30
index c5c785d..13a28cf 100755
--- a/drivers/dahdi/xpp/init_card_2_30
+++ b/drivers/dahdi/xpp/init_card_2_30
@@ -67,7 +67,7 @@ sub debug {
}
# Arrange for error logging
-if (-t STDERR) {
+if (-t STDERR || $opts{v}) {
$unit_id = 'Interactive';
main::debug "Interactive startup";
} else {