From 1520854f8966e5bf99d964898141bd6b7ddb3a19 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 14 Jul 2021 19:57:00 +0300 Subject: [PATCH] kiss: fix comment --- kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiss b/kiss index 30e7aa3..773a970 100755 --- a/kiss +++ b/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. #