Skip to content
Snippets Groups Projects
Commit a3f448a3 authored by Adam Vandenberg's avatar Adam Vandenberg Committed by Max Howell
Browse files

Also match -source tarballs.

parent 1deb3a1f
No related branches found
No related tags found
No related merge requests found
......@@ -142,7 +142,7 @@ class Pathname
return $1 if $1
# eg foobar-4.5.0-bin
/-((\d+\.)+\d+[abc]?)[-.](bin|src|sources)$/.match stem
/-((\d+\.)+\d+[abc]?)[-.](bin|src|sources?)$/.match stem
return $1 if $1
# eg. otp_src_R13B (this is erlang's style)
......
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