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
Sat, Apr 5, 19:41 (18 h, 53 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2546311
Default Alt Text
D2064.id5206.diff (473 B)

Event Timeline