Skip to content

Commit 86c5136

Browse files
ABOSTMfpistm
authored andcommitted
run_arduino_gen.sh: add dos2unix
1 parent 8adddd2 commit 86c5136

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

run_arduino_gen.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ generate_packaged_script() {
111111
fi
112112
echo "'" >> $output_script
113113
tail -n +$(grep -n "%}" "$this_script" | cut -d: -f1 | head -n 1) $this_script >> $output_script
114+
dos2unix $output_script
114115
}
115116

116117

0 commit comments

Comments
 (0)