Skip to content

Commit 34e1baf

Browse files
committed
run_arduino_gen.sh: Silent dos2unix
1 parent e800cfd commit 34e1baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_arduino_gen.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +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
114+
dos2unix $output_script 2> /dev/null
115115
}
116116

117117

0 commit comments

Comments
 (0)