We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e64049a commit 22084a7Copy full SHA for 22084a7
func/main.sh
@@ -594,7 +594,7 @@ is_common_format_valid() {
594
check_result $E_INVALID "invalid $2 format :: $1"
595
fi
596
if [[ $1 =~ \* ]]; then
597
- if [[ "$(echo $1 | grep -o \*\. |wc -l)" -eq 0 ]] && [[ $1 != '*' ]] ; then
+ if [[ "$(echo $1 | grep -o '\*\.' |wc -l)" -eq 0 ]] && [[ $1 != '*' ]] ; then
598
599
600
0 commit comments