Skip to content

Commit 424dc26

Browse files
Hotfix build.func: Error when tags are empty (#1492)
1 parent b982916 commit 424dc26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/build.func

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ advanced_settings() {
636636
TAGS="${ADV_TAGS}" # ADV_TAGS already contains "community-script"
637637
fi
638638
else
639-
TAGS=""
639+
TAGS="community-script;"
640640
fi
641641
echo -e "${NETWORK}${BOLD}${DGN}Tags: ${BGN}$TAGS${CL}"
642642
else

0 commit comments

Comments
 (0)