diff options
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} |
