diff options
| author | Mel <mel@rnrd.eu> | 2026-01-26 03:15:18 +0100 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2026-01-26 03:15:18 +0100 |
| commit | 38bc2d06fff322a99ba6ba46df69bbd2b40c6173 (patch) | |
| tree | 0485c271240bdde9d5cded82623b76e734fe9f70 /boot/scripts | |
| parent | 4dc6b49db40eaebf700d5c26c93c5f33b3db60ac (diff) | |
| download | catskill-38bc2d06fff322a99ba6ba46df69bbd2b40c6173.tar.zst catskill-38bc2d06fff322a99ba6ba46df69bbd2b40c6173.zip | |
Streamline build and temporary build directory, copy runtime
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'boot/scripts')
| -rwxr-xr-x | boot/scripts/embed.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/scripts/embed.sh b/boot/scripts/embed.sh index f27c2a6..baf2e38 100755 --- a/boot/scripts/embed.sh +++ b/boot/scripts/embed.sh @@ -23,7 +23,7 @@ process_file() { cp "$source_file" "$output_file" - local embed_regex='CATSKILL_EMBED\(([^)]+)\)' # const byte data[] = CATSKILL_EMBED(./file); + local embed_regex='CATSKILL_EMBED\("([^)]+)"\)' # const byte data[] = CATSKILL_EMBED("./file"); local comment_regex='^\s*//' # // the macro CATSKILL_EMBED does... local define_regex='^\s*#define' # #define CATSKILL_EMBED {0} |
