You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: hoist case out of heredoc for Bash 3.2 compatibility
Bash 3.2 cannot parse case/esac inside $() inside heredocs,
causing copy_directories() to silently fail on macOS system Bash.
Move the find command into a variable before the heredoc.
0 commit comments