Browse Source

No need to have $place eq default_directory + place anymore.

master
freesource 23 years ago
parent
commit
384a90a757
  1. 2
      SWIM/MD.pm

2
SWIM/MD.pm

@ -54,7 +54,7 @@ sub process_md {
my $count1 = 1;
my($place) = finddb(\%commands);
$place = "$default_directory$place";
#$place = "$default_directory$place";
# Let's determine what architecture and distribution this person is
# interested in.

Loading…
Cancel
Save