diff options
author | Erik Troan <ewt@redhat.com> | 1999-05-25 01:52:04 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 1999-05-25 01:52:04 +0000 |
commit | 140aa523a723a89412dc8f75e8d1036da27188af (patch) | |
tree | 26a974a86a1aee5d5ecfc9ed7f64bdffbcb7a8f2 /isys/pci | |
parent | d1afb4a2f75860b4324d01107cffe5521f330234 (diff) | |
download | anaconda-140aa523a723a89412dc8f75e8d1036da27188af.tar.gz anaconda-140aa523a723a89412dc8f75e8d1036da27188af.tar.xz anaconda-140aa523a723a89412dc8f75e8d1036da27188af.zip |
removed leftover } from output
Diffstat (limited to 'isys/pci')
-rwxr-xr-x | isys/pci/mergeids | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/isys/pci/mergeids b/isys/pci/mergeids index 2c9c4e387..39844b184 100755 --- a/isys/pci/mergeids +++ b/isys/pci/mergeids @@ -106,8 +106,6 @@ while (<F>) { close(F); -print DRIVERS "};\n"; - if ($gotunknown) { print "Go read the unsupported file and move those entries to better locations!\n"; exit 1 |