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:
@@ -601,7 +601,7 @@ is_path_whitelisted() {
|
||||
local check_pattern="${pattern%/}"
|
||||
local has_glob="false"
|
||||
case "$check_pattern" in
|
||||
*\**|*\?*|*\[*)
|
||||
*\** | *\?* | *\[*)
|
||||
has_glob="true"
|
||||
;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user