mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
changed mind, no fix on process starter
This commit is contained in:
parent
419d6b4b6a
commit
2dfa89eb35
4
inxi
4
inxi
|
@ -10495,8 +10495,8 @@ sub process_starter {
|
|||
my ($count, $row10, $row11) = @_;
|
||||
my (@return);
|
||||
# note: [migration/0] would clear with a simple basename
|
||||
if ($count > 11 && ($row11 =~ /^\// || $row11 =~ /^[^\[]+\// )){
|
||||
$row11 =~ s/^\/?.*\///;
|
||||
if ($count > 11 && $row11 =~ /^\//){
|
||||
$row11 =~ s/^\/.*\///;
|
||||
$return[0] = $row11;
|
||||
$row10 =~ s/^\/.*\///;
|
||||
$return[1] = $row10;
|
||||
|
|
Loading…
Reference in a new issue