From 2dfa89eb35df0955e09f3efe2ea1400ed12e89d7 Mon Sep 17 00:00:00 2001 From: Harald Hope Date: Sun, 6 May 2018 21:18:46 -0700 Subject: [PATCH] changed mind, no fix on process starter --- inxi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inxi b/inxi index 499ee07..cfd2d21 100755 --- a/inxi +++ b/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;