From a4efc9e7d1718cf71899c6e1db08736fc9458929 Mon Sep 17 00:00:00 2001 From: bryan Date: Thu, 12 Jan 2023 16:44:59 -0500 Subject: [PATCH] More multi-profile work --- openwrtbuilder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrtbuilder b/openwrtbuilder index ecc7c68..f0d2011 100755 --- a/openwrtbuilder +++ b/openwrtbuilder @@ -636,7 +636,7 @@ main() { FILESDIR="${FILESDIR:=$BUILDROOT/files}" # precedence: user input>profile>env>hardcode - P_ARR[release]="${USER_RELEASE:=${P_ARR[release]}:=$RELEASE}" + P_ARR[release]="${USER_RELEASE:=${P_ARR[release]:=$RELEASE}}" P_ARR[build_dir]="$BUILDROOT/${P_ARR[profile]}-${P_ARR[release]}" P_ARR[sources_dir]="$BUILDROOT/sources" P_ARR[ib_archive]="${P_ARR[sources_dir]}/${P_ARR[profile]}-${P_ARR[release]}.tar.xz"