Skip to content
Snippets Groups Projects
Commit b549ca83 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

Fix bad pathname indentation.

parent 939a530d
No related branches found
No related tags found
No related merge requests found
......@@ -164,9 +164,9 @@ class Pathname
/_((\d+\.)+\d+[abc]?)[.]orig$/.match stem
return $1 if $1
# brew bottle style e.g. qt-4.7.3-bottle.tar.gz
# brew bottle style e.g. qt-4.7.3-bottle.tar.gz
/-((\d+\.)*\d+)-bottle$/.match stem
return $1 if $1
return $1 if $1
# eg. otp_src_R13B (this is erlang's style)
# eg. astyle_1.23_macosx.tar.gz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment