File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ if [ "$BUILD_PIO" -eq 0 ]; then
108
108
109
109
if [ " $BUILD_LOG " -eq 1 ]; then
110
110
# remove last comma from the last JSON object
111
- sed -i ' $ s/. $//' " $sizes_file "
111
+ sed -i ' $ s/, $//' " $sizes_file "
112
112
# echo end of JSON array
113
113
echo " ]}" >> $sizes_file
114
114
fi
Original file line number Diff line number Diff line change @@ -437,7 +437,7 @@ function build_sketches(){ # build_sketches <ide_path> <user_path> <target> <pat
437
437
continue
438
438
fi
439
439
echo " "
440
- echo " Building Sketch Index $(( $ sketchnum - 1 )) - $sketchdirname "
440
+ echo " Building Sketch Index $sketchnum - $sketchdirname "
441
441
build_sketch $args -s $sketchdir $xtra_opts
442
442
local result=$?
443
443
if [ $result -ne 0 ]; then
You can’t perform that action at this time.
0 commit comments