diff --git a/inxi b/inxi index f5c817c..61c66e2 100755 --- a/inxi +++ b/inxi @@ -1,8 +1,8 @@ #!/usr/bin/env bash ######################################################################## #### Script Name: inxi -#### Version: 1.8.37 -#### Date: February 11 2013 +#### Version: 1.8.38 +#### Date: February 18 2013 #### Patch Number: 00 ######################################################################## #### SPECIAL THANKS @@ -86,7 +86,8 @@ ######################################################################## #### BSD Adjustments #### * sed -i '' form supported by using SED_I="-i ''". -#### * Note: BSD sed supports using -r instead of -E for compatibility with gnu sed +#### * Note: New BSD sed supports using -r instead of -E for compatibility with gnu sed +#### However, older, like FreeBSD 7.x, does not have -r so using SED_RX='-E' for this. #### * Gnu grep options can be used if the function component is only run in linux #### These are the options that bsd grep does not support that inxi uses: -m -o #### so make sure if you use those to have them in gnu/linux only sections. @@ -94,6 +95,8 @@ #### * BSD ps does not support --without-headers option, and also does not support --sort