mirror of https://github.com/CGAL/cgal
New script that detect files with mixed eol styles
This commit is contained in:
parent
4c3e1c3138
commit
7eb193cc61
|
|
@ -3575,6 +3575,7 @@ Scripts/developer_scripts/create_cgal_test -text
|
|||
Scripts/developer_scripts/create_cgal_test_with_cmake -text
|
||||
Scripts/developer_scripts/create_demos_zip_files.sh -text
|
||||
Scripts/developer_scripts/create_macosx_installer -text
|
||||
Scripts/developer_scripts/detect_files_with_mixed_eol_styles -text
|
||||
Scripts/developer_scripts/detect_packages_licenses -text
|
||||
Scripts/developer_scripts/licensecheck -text
|
||||
Scripts/developer_scripts/list_package_files.rb -text
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
#/bin/bash
|
||||
|
||||
grep -lE '[^'`printf '\r'`']$' $(ack -l "`printf '\r'`\$" ${@:-.})
|
||||
Loading…
Reference in New Issue