From b28bcc11a5ad911c8ad263bcac7c194d2c78f4d7 Mon Sep 17 00:00:00 2001 From: Harald Hope Date: Thu, 7 Sep 2017 10:49:52 -0700 Subject: [PATCH] Fixed an error output, and forgot to actually commit inxi.tar.gz --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index c76b7f9..fd3a9d0 100755 --- a/inxi +++ b/inxi @@ -2355,7 +2355,7 @@ ls_sys() 6)files='/sys/*/*/*/*/*/';; # slows down too much, too big, can cause ls error 7)files='/sys/*/*/*/*/*/*/';; # impossibly big, will fail esac - ls -l $files | awk '{ + ls -l $files 2>/dev/null | awk '{ if (NF > 7) { if ($1 ~/^d/){ f="d - "