Improved build system and POSIX compatibility
Fixed few bugs related to build system and POSIX compatabilty.
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
#!/bin/sh
|
||||
find . \( -iname "*.h" -o -iname "*.c" \) -exec sed -i "s/[ \t]*$//" {} \;
|
||||
find . \( -iname "*.h" -o -iname "*.c" \) -exec sed -i .bak "s/[ ]*$//" {} \;
|
||||
find . -iname "*.bak" -exec rm {} \;
|
||||
|
||||
Reference in New Issue
Block a user