Change shell code style inside .spec

This commit is contained in:
Marian Koncek 2022-10-19 12:03:04 +02:00
parent 9251754e65
commit d6326e00ce

View File

@ -302,15 +302,13 @@ OpenJDK 8 toolchain for Java Packages Bootstrap.
# leave out licensing breakdown file
other_sources=$(echo %{sources} | cut -d' ' -f4-)
for source in ${other_sources}
do
for source in ${other_sources}; do
tar -xf "${source}"
done
%patch0 -p1
for patch_path in patches/*/*
do
for patch_path in patches/*/*; do
package_name="$(echo ${patch_path} | cut -f2 -d/)"
patch_name="$(echo ${patch_path} | cut -f3 -d/)"