diff --git a/format.sh b/format.sh index 664a93f3..69a738d8 100755 --- a/format.sh +++ b/format.sh @@ -1,5 +1,4 @@ #!/bin/bash - echo -n "Running dos2unix " find . -name "*\.h" -o -name "*\.cpp"|grep -v bundled|xargs -I {} sh -c "dos2unix '{}' 2>/dev/null; echo -n '.'" echo