Skip to content

Commit

Permalink
test build spc
Browse files Browse the repository at this point in the history
  • Loading branch information
crazywhalecc committed Feb 19, 2024
1 parent b935975 commit 097ecd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SPC/doctor/item/BSDToolCheckList.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public function fixBuildTools(array $missing): bool
$prefix = '';
}
try {
shell(true)->exec("ASSUME_ALWAYS_YES=yes {$prefix} pkg install -y " . implode(' ', $missing));
shell(true)->exec("ASSUME_ALWAYS_YES=yes {$prefix}pkg install -y " . implode(' ', $missing));
} catch (RuntimeException) {
return false;
}
Expand Down

0 comments on commit 097ecd3

Please sign in to comment.