diff options
author | damien <damien@mandriva.com> | 2001-07-22 19:58:06 +0000 |
---|---|---|
committer | damien <damien@mandriva.com> | 2001-07-22 19:58:06 +0000 |
commit | 21d632055bbe913d53c3324d7465a38621d6d79e (patch) | |
tree | 7c77561c2e33fd8c52c4fa8cc75e4364bbf0f5eb /perl-install/modules.pm | |
parent | 62549c2cc589b26db909835e4ceb4a71c3e93630 (diff) | |
download | drakx-backup-do-not-use-21d632055bbe913d53c3324d7465a38621d6d79e.tar drakx-backup-do-not-use-21d632055bbe913d53c3324d7465a38621d6d79e.tar.gz drakx-backup-do-not-use-21d632055bbe913d53c3324d7465a38621d6d79e.tar.bz2 drakx-backup-do-not-use-21d632055bbe913d53c3324d7465a38621d6d79e.tar.xz drakx-backup-do-not-use-21d632055bbe913d53c3324d7465a38621d6d79e.zip |
big work on isdn. Not finished
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r-- | perl-install/modules.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm index 354665395..b11d87aa3 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -735,7 +735,7 @@ sub get_that_type { grep { if ($type eq 'isdn') { - my $b = $_->{driver} =~ /ISDN:(.*),?(.*)/; + my $b = $_->{driver} =~ /ISDN:([^,]*),?(.*)/; if ($b) { $_->{driver} = $1; $_->{options} = $2; |