Skip to content

Commit

Permalink
Windows ghosts only in Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
André L F S Bacci committed Dec 10, 2024
1 parent 8b1bc86 commit 8307009
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/file-entities.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,9 @@ function pushEntity( string $name , string $text = '' , string $path = '' )
exit(-1);
}

if ( DIRECTORY_SEPARATOR == '/' )
return;

// While https://github.com/php/doc-en/pull/4288 is not
// replicated on on all languages, let's sleeping dogs lies

Expand Down

0 comments on commit 8307009

Please sign in to comment.