Skip to content

Commit

Permalink
Supress dos2unix output
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jun 8, 2018
1 parent de38bf0 commit 262a01f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/astyle.sh
Expand Up @@ -49,7 +49,7 @@ fi
if ! type -p flip >/dev/null; then
if type -p dos2unix >/dev/null; then
flip() {
dos2unix -k "$2"
dos2unix -q -k "$2"
}
else
echo "flip not found" >&2
Expand Down

0 comments on commit 262a01f

Please sign in to comment.