Restrict characters to those supported by semvar_bash
This commit is contained in:
@ -58,7 +58,7 @@ major)
|
||||
minor)
|
||||
MINOR=$((MINOR+ 1))
|
||||
;;
|
||||
-*)
|
||||
-[A-Za-z0-9]*$)
|
||||
SPECIAL="$1"
|
||||
;;
|
||||
*)
|
||||
|
Reference in New Issue
Block a user