mirror of
https://github.com/tw93/Mole.git
synced 2026-02-16 02:36:12 +00:00
fix(clean): silence ShellCheck SC2053
This commit is contained in:
@@ -230,7 +230,7 @@ clean_dev_jetbrains_toolbox() {
|
|||||||
local -a filtered_whitelist=()
|
local -a filtered_whitelist=()
|
||||||
local pattern
|
local pattern
|
||||||
for pattern in "${WHITELIST_PATTERNS[@]}"; do
|
for pattern in "${WHITELIST_PATTERNS[@]}"; do
|
||||||
if [[ "$toolbox_root" == $pattern || "$pattern" == "$toolbox_root"* ]]; then
|
if [[ "$toolbox_root" == "$pattern" || "$pattern" == "$toolbox_root"* ]]; then
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
filtered_whitelist+=("$pattern")
|
filtered_whitelist+=("$pattern")
|
||||||
|
|||||||
Reference in New Issue
Block a user