Skip to content

Commit f4bec0a

Browse files
committed
Build Phar: minor tweak to allow testing the script on Windows
1 parent 46d8d16 commit f4bec0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-phar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
}
6161

6262
$fullpath = $file->getPathname();
63-
if (strpos($fullpath, '/Tests/') !== false) {
63+
if (strpos($fullpath, DIRECTORY_SEPARATOR.'Tests'.DIRECTORY_SEPARATOR) !== false) {
6464
continue;
6565
}
6666

0 commit comments

Comments
 (0)