a7f537ef80
Problem: - cd maldetect-* was failing because glob expansion doesn't work reliably in this context - Error: "Cannot find extracted directory" Solution: - Use find command to locate extracted directory explicitly - Store directory path in variable before cd - Add diagnostic output showing available directories on failure - More robust error handling with explicit directory checks 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>