about summary refs log tree commit diff
path: root/boot/scripts/embed.sh
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2026-01-26 03:15:18 +0100
committerMel <mel@rnrd.eu>2026-01-26 03:15:18 +0100
commit38bc2d06fff322a99ba6ba46df69bbd2b40c6173 (patch)
tree0485c271240bdde9d5cded82623b76e734fe9f70 /boot/scripts/embed.sh
parent4dc6b49db40eaebf700d5c26c93c5f33b3db60ac (diff)
downloadcatskill-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/embed.sh')
-rwxr-xr-xboot/scripts/embed.sh2
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}