forked from pool/livecd-openSUSE
5cfcf3f0754df4fe443fbb1a633c7a6b22684f77dda9689c2ac4f00a8d64bac2
- 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%