diff options
| author | Amlal <amlal@nekernel.org> | 2025-04-25 19:21:22 +0200 |
|---|---|---|
| committer | Amlal <amlal@nekernel.org> | 2025-04-25 19:21:51 +0200 |
| commit | f6b400b80efc64b918c03352e93ec9de4e2369a1 (patch) | |
| tree | 251a82ee3653568ef33ffdc48c83b7f54e370bc1 /dev/LibC++ | |
| parent | 20042235d1f53ae428aa154e64afdbae5d8d91ad (diff) | |
dev, general: codebase needed refactors and tweaks, for NeKernel's 0.0.2 release.
details:
- things needed to be cleared off, short sighted decisions fixed.
- the inconsistency of certain files have been fixed too.
Signed-off-by: Amlal <amlal@nekernel.org>
Diffstat (limited to 'dev/LibC++')
| -rwxr-xr-x | dev/LibC++/make_cxx_headers.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/LibC++/make_cxx_headers.sh b/dev/LibC++/make_cxx_headers.sh index cdb89f6..7e23e2c 100755 --- a/dev/LibC++/make_cxx_headers.sh +++ b/dev/LibC++/make_cxx_headers.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#! /bin/sh outputDir=stdcxx/ |
