Page MenuHomeDevCentral

D2064.id5206.diff
No OneTemporary

D2064.id5206.diff

diff --git a/lint/linter/ArcanistShellCheckLinter.php b/lint/linter/ArcanistShellCheckLinter.php
--- a/lint/linter/ArcanistShellCheckLinter.php
+++ b/lint/linter/ArcanistShellCheckLinter.php
@@ -105,7 +105,7 @@
'%C --version', $this->getExecutableCommand());
$matches = null;
- if (preg_match('/^version: (\d(?:\.\d){2})$/', $stdout, $matches)) {
+ if (preg_match('/version: (\d(?:\.\d){2})/', $stdout, $matches)) {
return $matches[1];
}

File Metadata

Mime Type
text/plain
Expires
Mon, Jul 28, 09:40 (5 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2852102
Default Alt Text
D2064.id5206.diff (473 B)

Event Timeline