Fixed a bug with repos, failed to do case insensitive test, which

resulted in issue #219 failure.
This commit is contained in:
Harald Hope 2020-06-17 12:18:17 -07:00
parent 166c1364d2
commit e7f7110e6c

2
inxi
View file

@ -34,7 +34,7 @@ use POSIX qw(uname strftime ttyname);
my $self_name='inxi';
my $self_version='3.1.03';
my $self_date='2020-06-12';
my $self_patch='00';
my $self_patch='04';
## END INXI INFO ##
### INITIALIZE VARIABLES ###