mirror of
https://github.com/smxi/inxi.git
synced 2025-04-23 10:09:12 +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
1 changed files with 1 additions and 1 deletions
2
inxi
2
inxi
|
@ -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 ###
|
||||
|
|
Loading…
Add table
Reference in a new issue