fix a bug in the header_times script
This commit is contained in:
parent
c64a1925df
commit
e93a974277
1 changed files with 4 additions and 1 deletions
|
@ -25,7 +25,10 @@ if [[ "$#" -ne 1 ]]; then
|
|||
exit 1;
|
||||
fi
|
||||
|
||||
rm -r headers-annotated
|
||||
if [ -d headers-annotated ]; then
|
||||
rm -r headers-annotated
|
||||
fi
|
||||
|
||||
cp -fR headers headers-annotated
|
||||
cd headers-annotated/
|
||||
for file in `find . -name "*.cpp" -type f -print0 | xargs -0`; do
|
||||
|
|
Loading…
Add table
Reference in a new issue