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

ShellCheck SC2001 Warning

This commit is contained in:
Tw93
2026-01-17 09:58:08 +08:00
parent 1534018974
commit bacc782e41
2 changed files with 2 additions and 2 deletions

View File

@@ -956,7 +956,7 @@ find_app_receipt_files() {
fi
# Normalize path (remove duplicate slashes)
clean_path=$(echo "$clean_path" | sed 's#//*#/#g')
clean_path=$(tr -s "/" <<<"$clean_path")
# ------------------------------------------------------------------------
# Safety check: restrict removal to trusted paths