Restrict characters to those supported by semvar_bash

This commit is contained in:
Michael Vines 2018-10-25 16:12:29 -07:00
parent 55833e20b1
commit d46682d1f2
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ major)
minor)
MINOR=$((MINOR+ 1))
;;
-*)
-[A-Za-z0-9]*$)
SPECIAL="$1"
;;
*)