mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
Fixed a bug with repos, failed to do case insensitive test, which
resulted in issue #219 failure.
This commit is contained in:
parent
166c1364d2
commit
e7f7110e6c
2
inxi
2
inxi
|
@ -34,7 +34,7 @@ use POSIX qw(uname strftime ttyname);
|
||||||
my $self_name='inxi';
|
my $self_name='inxi';
|
||||||
my $self_version='3.1.03';
|
my $self_version='3.1.03';
|
||||||
my $self_date='2020-06-12';
|
my $self_date='2020-06-12';
|
||||||
my $self_patch='00';
|
my $self_patch='04';
|
||||||
## END INXI INFO ##
|
## END INXI INFO ##
|
||||||
|
|
||||||
### INITIALIZE VARIABLES ###
|
### INITIALIZE VARIABLES ###
|
||||||
|
|
Loading…
Reference in a new issue