Skip to content

Commit

Permalink
changed rm_rf to rm_r
Browse files Browse the repository at this point in the history
  • Loading branch information
mahrud committed Aug 22, 2024
1 parent 64d2645 commit 3dde630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/macaulay2-common.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def install
# but brew requires at least one url, so I gave it one.
mv buildpath/"1.23/share", prefix
mv buildpath/"1.23/lib", prefix
rm_rf share/"emacs"
rm_r share/"emacs"
end

def post_install
Expand Down

0 comments on commit 3dde630

Please sign in to comment.