1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-12 22:45:12 +00:00

Merge branch 'main' of github.com:tw93/Mole

This commit is contained in:
Tw93
2026-01-04 23:21:37 +08:00
5 changed files with 54 additions and 57 deletions

View File

@@ -601,7 +601,7 @@ is_path_whitelisted() {
local check_pattern="${pattern%/}"
local has_glob="false"
case "$check_pattern" in
*\**|*\?*|*\[*)
*\** | *\?* | *\[*)
has_glob="true"
;;
esac