mirror of
https://github.com/smxi/inxi.git
synced 2025-01-19 00:47:47 +00:00
New version, new tarball. Cleaned up patch number sed cleanup that didn't work in bsd.
This commit is contained in:
parent
90645ebe46
commit
84bb021fe5
2
inxi
2
inxi
|
@ -6202,7 +6202,7 @@ get_dev_processed_item()
|
|||
|
||||
get_patch_version_string()
|
||||
{
|
||||
local patch_version_number=$( sed 's/^[0]\+//' <<< $SCRIPT_PATCH_NUMBER )
|
||||
local patch_version_number=$( sed 's/^[0]*//' <<< $SCRIPT_PATCH_NUMBER )
|
||||
|
||||
if [[ -n $patch_version_number ]];then
|
||||
patch_version_number="-$patch_version_number"
|
||||
|
|
|
@ -1,3 +1,15 @@
|
|||
=====================================================================================
|
||||
Version: 1.8.36
|
||||
Patch Version: 00
|
||||
Script Date: February 8 2013
|
||||
-----------------------------------
|
||||
Changes:
|
||||
-----------------------------------
|
||||
New version, new tarball. Cleaned up patch number sed cleanup that didn't work in bsd.
|
||||
|
||||
-----------------------------------
|
||||
-- Harald Hope - Fri, 08 Feb 2013 20:50:23 -0800
|
||||
|
||||
=====================================================================================
|
||||
Version: 1.8.36
|
||||
Patch Version: 00
|
||||
|
|
Loading…
Reference in a new issue