Supress dos2unix output

This commit is contained in:
Nyall Dawson 2018-06-08 11:00:25 +10:00
parent de38bf01ca
commit 262a01f53c

View File

@ -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