New version, new tarball. More optimizations, and fixed a bash 4 syntax regression that

would have caused failure on older systems. Also added Bash version checker.

Most ps aux data is now searched using bash parameter expansion, and several functions
that were in subshells are now printing to globals instead.
This commit is contained in:
Harald Hope 2017-07-29 16:41:49 -07:00
parent a29641babe
commit 55d7875ba5
2 changed files with 284 additions and 247 deletions

514
inxi

File diff suppressed because it is too large Load diff

View file

@ -1,3 +1,20 @@
=====================================================================================
Version: 2.3.29
Patch Version:
Script Date: 2017-07-29
-----------------------------------
Changes:
-----------------------------------
New version, new tarball. More optimizations, and fixed a bash 4 syntax regression that
would have caused failure on older systems. Also added Bash version checker.
Most ps aux data is now searched using bash parameter expansion, and several functions
that were in subshells are now printing to globals instead.
-----------------------------------
-- Harald Hope - Sat, 29 Jul 2017 16:37:01 -0700
=====================================================================================
Version: 2.3.28
Patch Version: 00