setup_pkg_repo 5th parameter is mandatory

This commit is contained in:
Renato Botelho 2016-04-06 21:54:05 -03:00
parent 831bf9fb55
commit 417fa2422c

View File

@ -1514,7 +1514,7 @@ create_memstick_adi_image() {
# Create pkg conf on desired place with desired arch/branch
setup_pkg_repo() {
if [ -z "${4}" ]; then
if [ -z "${5}" ]; then
return
fi