Skip to content

Commit

Permalink
Fix problem with MV_DEFAULT_SEARCH_FILE. Found by Joshua Scott
Browse files Browse the repository at this point in the history
(josh@bluebonnet.net).
  • Loading branch information
perusionmike committed Feb 18, 2001
1 parent 2666536 commit d4d08be
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/Vend/Config.pm
@@ -1,6 +1,6 @@
# Config.pm - Configure Interchange
#
# $Id: Config.pm,v 1.28 2000-12-30 15:17:11 heins Exp $
# $Id: Config.pm,v 1.29 2001-02-18 16:24:07 heins Exp $
#
# Copyright (C) 1996-2000 Akopia, Inc. <info@akopia.com>
#
Expand Down Expand Up @@ -104,7 +104,7 @@ BEGIN {
};
}

$VERSION = substr(q$Revision: 1.28 $, 10);
$VERSION = substr(q$Revision: 1.29 $, 10);

my %CDname;

Expand Down Expand Up @@ -1656,6 +1656,7 @@ my %Default = (
return (undef, "No default search file!")
unless scalar @out;
}
$C->{Variable}{MV_DEFAULT_SEARCH_FILE} = \@out;
return 1;
},
);
Expand Down

0 comments on commit d4d08be

Please sign in to comment.