We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4041006 commit 346c413Copy full SHA for 346c413
packaging/homebrew/mfc.rb
@@ -118,7 +118,7 @@ def install
118
fi
119
120
# Smart detection: if first arg looks like a case file, auto-prepend "run"
121
- if [[ "${SUBCMD}" =~ \.py$ ]] || [[ -f "${SUBCMD}" ]]; then
+ if [[ "${SUBCMD}" =~ .py$ ]] || [[ -f "${SUBCMD}" ]]; then
122
ARGS=("run" "${ARGS[@]}")
123
SUBCMD="run"
124
0 commit comments