Skip to content

Commit 8307009

Browse files
author
André L F S Bacci
committed
Windows ghosts only in Windows
1 parent 8b1bc86 commit 8307009

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/file-entities.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,9 @@ function pushEntity( string $name , string $text = '' , string $path = '' )
150150
exit(-1);
151151
}
152152

153+
if ( DIRECTORY_SEPARATOR == '/' )
154+
return;
155+
153156
// While https://github.com/php/doc-en/pull/4288 is not
154157
// replicated on on all languages, let's sleeping dogs lies
155158

0 commit comments

Comments
 (0)