Skip to content

Commit dc809ee

Browse files
authored
Change default value syntax for component variable
1 parent aa770be commit dc809ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/tools.func

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1214,7 +1214,7 @@ setup_deb822_repo() {
12141214
local gpg_url="$2"
12151215
local repo_url="$3"
12161216
local suite="$4"
1217-
local component="${5:-main}"
1217+
local component="${5-main}"
12181218
local architectures="${6-}" # optional
12191219

12201220
# Validate required parameters

0 commit comments

Comments
 (0)