Changeset 1795 in MondoRescue for branches/2.2.5/mindi/mindi-bkphw


Ignore:
Timestamp:
Nov 14, 2007, 1:56:03 AM (16 years ago)
Author:
Bruno Cornec
Message:

Avoids continuing hw support if no product name found

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mindi/mindi-bkphw

    r1784 r1795  
    2323my $productname = <SYSTEM>;
    2424close(SYSTEM);
     25
     26die "No product name found for Hardware support\n" if (not defined $productname);
    2527
    2628chomp($productname);
Note: See TracChangeset for help on using the changeset viewer.