diff --git a/tool/run/depot.inc b/tool/run/depot.inc index 2fd821911..32f47cbb2 100644 --- a/tool/run/depot.inc +++ b/tool/run/depot.inc @@ -46,7 +46,7 @@ proc _depot_archive_path_pattern { } { # Pattern to parse an versioned archive path into , , , # proc _depot_archive_versioned_path_pattern { } { - return {^([\w\d]+)/([\w]+)/([\w\d\-_]+)/([\w\d\-_]+)$} } + return {^([\w\d]+)/([\w]+)/([\w\d\-_]+)/([\w\d\-\._]+)$} } #