mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:07:35 +00:00
Userland: Merge DEFAULT_PATH into LibFileSystem/FileSystem.h
This commit is contained in:
parent
0db94daf5e
commit
bc2a517ade
6 changed files with 4 additions and 6 deletions
|
@ -11,10 +11,6 @@
|
|||
#include <LibCore/IODevice.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
// FIXME: Make this a bit prettier.
|
||||
#define DEFAULT_PATH "/usr/local/sbin:/usr/local/bin:/usr/bin:/bin"
|
||||
#define DEFAULT_PATH_SV "/usr/local/sbin:/usr/local/bin:/usr/bin:/bin"sv
|
||||
|
||||
namespace Core {
|
||||
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue