On Wed, Nov 09, 2022 at 03:27:30PM +0200, Henri Rosten wrote: > This commit removes bashisms from spectrum shell scripts. This change is > needed to be able to use the scripts from POSIX-compliant shells which > are not bash compatible - such as dash. > > Signed-off-by: Henri Rosten > --- > Documentation/scripts/undocumented-uuids.sh | 9 +++++++-- > scripts/format-uuid.sh | 15 ++++++++++++++- > scripts/make-gpt.sh | 4 +++- > 3 files changed, 24 insertions(+), 4 deletions(-) Applied as 8e28cc80b14b613247d953c35dc76ef0b864eb33, thank you! And thanks for fixing the path in undocumented-uuids.sh. One small thing for next time: I'd rather fixes like that were part of their own commit, with their own explanation.