Change shell code style inside .spec
This commit is contained in:
parent
9251754e65
commit
d6326e00ce
@ -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/)"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user