Project

General

Profile

« Previous | Next » 

Revision 417fa242

Added by Renato Botelho about 9 years ago

setup_pkg_repo 5th parameter is mandatory

View differences:

tools/builder_common.sh
1514 1514

  
1515 1515
# Create pkg conf on desired place with desired arch/branch
1516 1516
setup_pkg_repo() {
1517
	if [ -z "${4}" ]; then
1517
	if [ -z "${5}" ]; then
1518 1518
		return
1519 1519
	fi
1520 1520

  

Also available in: Unified diff