diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-02-12 04:01:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-02-12 04:01:03 +0300 |
commit | a99b870ef80206eb58fb1b03dd64e8d0990ee268 (patch) | |
tree | f67709b5a2b6c7bd590ad451d1e051c3802eee83 /build/makecheck4 | |
parent | 6006cbe9c0f786d320d69c7352ad6bbe71c92b75 (diff) | |
download | manaplus-a99b870ef80206eb58fb1b03dd64e8d0990ee268.tar.gz manaplus-a99b870ef80206eb58fb1b03dd64e8d0990ee268.tar.bz2 manaplus-a99b870ef80206eb58fb1b03dd64e8d0990ee268.tar.xz manaplus-a99b870ef80206eb58fb1b03dd64e8d0990ee268.zip |
Move logs from makecheck tools to subdir
Diffstat (limited to 'build/makecheck4')
-rwxr-xr-x | build/makecheck4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/makecheck4 b/build/makecheck4 index 5c77d7f3a..946761892 100755 --- a/build/makecheck4 +++ b/build/makecheck4 @@ -1,5 +1,5 @@ #!/bin/bash ../../checkheaders/checkheaders --skip debug.h ../src 2>tmp.txt -sed '/(style): Header not found/d' tmp.txt >makecheck4.txt +sed '/(style): Header not found/d' tmp.txt >logs/checkheader.txt rm tmp.txt |