forked from xjboss/KCauldronX
Rollback to the state of .152 build with some critical fixes and updates
This commit is contained in:
4
reformat.sh
Executable file
4
reformat.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
find patches -type f -name '*.java.patch' -exec sed -i "s/\t/ /g" {} \;
|
||||
find src/main/java -type f -name '*.java' -exec sed -i "s/\t/ /g" {} \;
|
||||
|
Reference in New Issue
Block a user