pine64 / OpenPineBuds

Community maintained firmware for PineBuds Pro
148 stars 18 forks source link

Apply changes suggested by shellcheck #49

Closed FintasticMan closed 1 year ago

FintasticMan commented 1 year ago

Apply some suggestions from shellcheck. It also suggests replacing the ls -l with find, which I agree with, but that changes the order the files get outputted in. This means that the left/right is even less reliable.

Ralim commented 1 year ago

It also suggests replacing the ls -l with find, which I agree with, but that changes the order the files get outputted in

Can probably just use a sort to ensure ordering of ports in order?