diff options
author | Marvin Borner | 2020-04-02 13:01:08 +0200 |
---|---|---|
committer | Marvin Borner | 2020-04-02 13:01:08 +0200 |
commit | f7d4c8891e5ef64d13567845b2bc02f31152c323 (patch) | |
tree | 54f6fa103260a64f010b6d0e01255dd4f4e89aab /src/kernel/fs/load.h | |
parent | ce13b28b90e8f7d8083658e083831c6528847099 (diff) |
Small fixes in the run executable
The run script is now able to run from any location && exits when the
installation test failed
Diffstat (limited to 'src/kernel/fs/load.h')
-rw-r--r-- | src/kernel/fs/load.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/fs/load.h b/src/kernel/fs/load.h index 2adefee..3730b0b 100644 --- a/src/kernel/fs/load.h +++ b/src/kernel/fs/load.h @@ -16,4 +16,4 @@ struct font { void load_binaries(); -#endif +#endif
\ No newline at end of file |