Skip to content

Commit 687fb20

Browse files
committed
build.sh: set frozendeps to some value
Otherwise we get a use of unitialized variable in the s390x case. (cherry picked from commit 5a320f7) (cherry picked from commit 2672588)
1 parent ad23df7 commit 687fb20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ configure_yum_repos() {
4040

4141
install_rpms() {
4242
local builddeps
43-
local frozendeps
43+
local frozendeps=""
4444

4545
# freeze grub2 for https://github.com/coreos/fedora-coreos-tracker/issues/1886
4646
case "${arch}" in

0 commit comments

Comments
 (0)