Skip to content

Commit 05f3abe

Browse files
committed
cs fix
1 parent a191c13 commit 05f3abe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SPC/builder/linux/LinuxBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ protected function buildEmbed(): void
330330

331331
$target = "{$libDir}/{$realLibName}";
332332
if (file_exists($target)) {
333-
[, $output] = shell()->execWithResult("readelf -d " . escapeshellarg($target));
333+
[, $output] = shell()->execWithResult('readelf -d ' . escapeshellarg($target));
334334
$output = join("\n", $output);
335335
if (preg_match('/SONAME.*\[(.+)\]/', $output, $sonameMatch)) {
336336
$currentSoname = $sonameMatch[1];

0 commit comments

Comments
 (0)