Ignore:
Timestamp:
Nov 18, 2019, 12:02:21 PM (4 years ago)
Author:
Bruno Cornec
Message:

Fix non working mr-device-mounted

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/MondoRescue/bin/mr-device-mounted

    r3650 r3742  
    6262}
    6363
    64 my $txt = "";
    65 my $txt2 = "";
    6664my $ans = "";
    6765
    6866if (defined $ARGV[0]) {
    6967    foreach my $i (@ARGV) {
     68        my $txt = "";
     69        my $txt2 = "";
    7070        $ans = mr_device_mounted($i);
    7171        $txt = " not" if (not defined $ans);
Note: See TracChangeset for help on using the changeset viewer.