mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
Supress dos2unix output
This commit is contained in:
parent
de38bf01ca
commit
262a01f53c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user