We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de38bf0 commit 262a01fCopy full SHA for 262a01f
scripts/astyle.sh
@@ -49,7 +49,7 @@ fi
49
if ! type -p flip >/dev/null; then
50
if type -p dos2unix >/dev/null; then
51
flip() {
52
- dos2unix -k "$2"
+ dos2unix -q -k "$2"
53
}
54
else
55
echo "flip not found" >&2
0 commit comments