mirror of
https://codeberg.org/kiss-community/kiss
synced 2024-12-25 08:30:05 -07:00
kiss: fix comment
This commit is contained in:
parent
6ef8b385fe
commit
1520854f89
2
kiss
2
kiss
@ -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.
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user