From 837b8e6f678466d000cce28d660774d7621a1c5e Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Mon, 10 Nov 2008 20:37:52 +0000 Subject: 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 --- drivers/dahdi/xpp/init_card_2_30 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers') 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 { -- cgit v1.2.3