index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Levente Polyak <anthraxx@archlinux.org> | 2024-05-10 21:22:23 +0200 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2024-05-10 21:22:23 +0200 |
commit | d1790c295a054982734aa9b1b3eb4f7d4de234f6 (patch) | |
tree | bc5a2cf0d1bbbbfdb26af306f8222389e591def3 /src/lib/version/setup.sh | |
parent | 12a0d0c7b58dbae32083b74760669a6edc8b7d06 (diff) |
-rw-r--r-- | src/lib/version/setup.sh | 2 |
diff --git a/src/lib/version/setup.sh b/src/lib/version/setup.sh index 123862c..cdfbeac 100644 --- a/src/lib/version/setup.sh +++ b/src/lib/version/setup.sh @@ -252,7 +252,7 @@ nvchecker_setup() { # escape the section if it contains toml subsection chars section="${pkgbase}" - if [[ ${section} == *.* ]]; then + if [[ ${section} == *.* ]] || [[ ${section} == *+* ]]; then section="\"${section}\"" fi |