Skip to content

Commit b7aecdc

Browse files
committed
Fix unbound variable problem
1 parent cd3fb36 commit b7aecdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prerequisites/build-functions/set_or_print_url.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ set_or_print_url()
2828
"flex;https://sourceforge.net/projects/flex/files/"
2929
"make;ftp://ftp.gnu.org/gnu/make/"
3030
"bison;ftp://ftp.gnu.org:/gnu/bison/"
31-
"cmake;https://www.cmake.org/files/v${major_minor}/"
31+
"cmake;https://www.cmake.org/files/v${major_minor:-}/"
3232
"subversion;https://www.eu.apache.org/dist/subversion/"
3333
)
3434
for package in "${package_url_head[@]}" ; do

0 commit comments

Comments
 (0)