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 4562c03 commit d3c088bCopy full SHA for d3c088b
tools/parse_arduino.pl
@@ -175,6 +175,7 @@ sub multi_com {
175
$fs_upload_com =~ s/(.+ --flash_size \S+) .+/$1 \$(SPIFFS_START) \$(FS_IMAGE)/;
176
print "FS_UPLOAD_COM?=$fs_upload_com\n";
177
$val = multi_com('recipe\.hooks*\.prebuild.*\.pattern');
178
+$val =~ s#/usr/bin/env ##g;
179
$val =~ s/bash -c "(.+)"/$1/g;
180
$val =~ s/(#define .+0x)(\`)/"\\$1\"$2/;
181
print "PREBUILD=$val\n";
0 commit comments