Skip to content

Commit 28cec09

Browse files
committed
fix dos2unix
1 parent 2796342 commit 28cec09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/indent

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ dos_to_unix()
4848
rm -f $f.tmp
4949
}
5050
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 "$@"' _ {}
51+
find include source \( -name '*.cc' -o -name '*.h' -o -name '*.prm' \) -print0 | xargs -0 -P 10 -I {} bash -c 'dos_to_unix "$@"' _ {}
5252

0 commit comments

Comments
 (0)