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
Tue, May 6, 13:51 (19 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2635660
Default Alt Text
D2064.id5206.diff (473 B)

Event Timeline