mirror of
https://github.com/glest/glest-source.git
synced 2025-09-09 07:20:47 +02:00
- updated line endings to unix style characters to fix Bug #3085838
This commit is contained in:
12
mk/linux/formatTextFiles.sh
Executable file
12
mk/linux/formatTextFiles.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
|
||||
cd ../../
|
||||
find -name "*\.cpp" -exec fromdos -d {} \;
|
||||
find -name "*\.c" -exec fromdos -d {} \;
|
||||
find -name "*\.h" -exec fromdos -d {} \;
|
||||
find -name "*\.txt" -exec fromdos -d {} \;
|
||||
find -name "*\.lng" -exec fromdos -d {} \;
|
||||
find -name "*\.xml" -exec fromdos -d {} \;
|
||||
find -name "*\.ini" -exec fromdos -d {} \;
|
||||
find -name "*\.sh" -exec fromdos -d {} \;
|
||||
|
Reference in New Issue
Block a user