Skip to content

Commit 262a01f

Browse files
committed
Supress dos2unix output
1 parent de38bf0 commit 262a01f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/astyle.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ fi
4949
if ! type -p flip >/dev/null; then
5050
if type -p dos2unix >/dev/null; then
5151
flip() {
52-
dos2unix -k "$2"
52+
dos2unix -q -k "$2"
5353
}
5454
else
5555
echo "flip not found" >&2

0 commit comments

Comments
 (0)