about summary refs log tree commit diff
path: root/boot/scripts/embed.sh
diff options
context:
space:
mode:
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}