mirror of
https://github.com/dlang/phobos.git
synced 2025-04-28 06:00:35 +03:00
Implement missing OpenBSD ports in phobos
This commit is contained in:
parent
d5412f71cc
commit
c6c8b12852
5 changed files with 67 additions and 1 deletions
|
@ -1428,7 +1428,7 @@ version (Windows) @system unittest
|
|||
// Searches the PATH variable for the given executable file,
|
||||
// (checking that it is in fact executable).
|
||||
version (Posix)
|
||||
private string searchPathFor(scope const(char)[] executable)
|
||||
package(std) string searchPathFor(scope const(char)[] executable)
|
||||
@safe
|
||||
{
|
||||
import std.algorithm.iteration : splitter;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue