We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 599de83 commit a391331Copy full SHA for a391331
.github/build-packages.php
@@ -14,7 +14,7 @@
14
$flags = \PHP_VERSION_ID >= 50400 ? JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE : 0;
15
16
foreach ($dirs as $k => $dir) {
17
- if (!system("git diff --name-only $mergeBase -- $dir", $exitStatus)) {
+ if (!system("git diff --name-only \"$mergeBase\" -- $dir", $exitStatus)) {
18
if ($exitStatus) {
19
exit($exitStatus);
20
}
0 commit comments