We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb1b3be commit 9182c20Copy full SHA for 9182c20
extras/scripts/build-single-header.sh
@@ -2,10 +2,10 @@
2
3
set -e
4
5
-RE_RELATIVE_INCLUDE='^#include[[:space:]]*"(.*)"'
6
-RE_ABSOLUTE_INCLUDE='^#include[[:space:]]*<(ArduinoJson/.*)>'
7
-RE_SYSTEM_INCLUDE='^#include[[:space:]]*<(.*)>'
8
-RE_EMPTY='^(#pragma[[:space:]]+once)?[[:space:]]*(//.*)?$'
+RE_RELATIVE_INCLUDE='^#[[:space:]]*include[[:space:]]*"(.*)"'
+RE_ABSOLUTE_INCLUDE='^#[[:space:]]*include[[:space:]]*<(ArduinoJson/.*)>'
+RE_SYSTEM_INCLUDE='^#[[:space:]]*include[[:space:]]*<(.*)>'
+RE_EMPTY='^(#[[:space:]]*pragma[[:space:]]+once)?[[:space:]]*(//.*)?$'
9
SRC_DIRECTORY="$(realpath "$(dirname $0)/../../src")"
10
11
0 commit comments