diff options
Diffstat (limited to 'core/fs/fs.c')
-rw-r--r-- | core/fs/fs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fs/fs.c b/core/fs/fs.c index a4fb4f77..d8f8660c 100644 --- a/core/fs/fs.c +++ b/core/fs/fs.c @@ -8,7 +8,7 @@ #include "fs.h" #include "cache.h" -char *PATH = ".:/bin/"; +char *PATH; /* The currently mounted filesystem */ struct fs_info *this_fs = NULL; /* Root filesystem */ |