- Do only use set -u: set -e causes issues with stepping out of the for loop using continue. - Skip the for loop early: no reason to calculate the PACKAGES list and then not consume it. - Use tr [:lower:] [:upper:] instead of tr a-z A-Z. OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/livecd-openSUSE?expand=0&rev=123
Description
No description provided
Languages
Shell
100%