kiss: fix comment

This commit is contained in:
Dylan Araps 2021-07-14 19:57:00 +03:00
parent 6ef8b385fe
commit 1520854f89
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 1 additions and 1 deletions

2
kiss
View File

@ -291,7 +291,7 @@ source_resolve_vars() {
_src_sub() { _src_res=${_src_res%"$1"*}${2}${_src_res##*"$1"}; }
_src_res=$1
# Split the version on '.' to obtain MAJOR, MINOR and PATCH.
# Split the version on '.+-' to obtain MAJOR, MINOR and PATCH.
# Fields beyond this are currently unsupported, the entire
# version string is still available via VERSION.
#