We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2796342 commit 28cec09Copy full SHA for 28cec09
doc/indent
@@ -48,5 +48,5 @@ dos_to_unix()
48
rm -f $f.tmp
49
}
50
export -f dos_to_unix
51
-find include/world_builder include/visualization include/app source \( -name '*.cc' -o -name '*.h' -o -name '*.prm' \) -print0 | xargs -0 -P 10 -I {} bash -c 'dos_to_unix "$@"' _ {}
+find include source \( -name '*.cc' -o -name '*.h' -o -name '*.prm' \) -print0 | xargs -0 -P 10 -I {} bash -c 'dos_to_unix "$@"' _ {}
52
0 commit comments