05-13-2024, 04:59 PM
Are we talking Violet Crumble Jerry? https://www.violetcrumble.com/
My latest find on the "Lite Tweaks" bugger is that in LL7 the value of the "${PIPESTATUS[0]}" variable always comes out to be 127. It's supposed to come out to be 0 (And it does in LL6.6). The PIPESTATUS is filled with the exit codes of the functions in the array where 0 = true and 1 = false. So I'm guessing that it's gathering all false outputs for some reason. Maybe the newer version of bash does things a little differently that's incompatible with the code in the lite-tweaks script? There are other scripts like lite-software that also use the PIPESTATUS variable that don't seem to be affected though.
My latest find on the "Lite Tweaks" bugger is that in LL7 the value of the "${PIPESTATUS[0]}" variable always comes out to be 127. It's supposed to come out to be 0 (And it does in LL6.6). The PIPESTATUS is filled with the exit codes of the functions in the array where 0 = true and 1 = false. So I'm guessing that it's gathering all false outputs for some reason. Maybe the newer version of bash does things a little differently that's incompatible with the code in the lite-tweaks script? There are other scripts like lite-software that also use the PIPESTATUS variable that don't seem to be affected though.