Don't rely on GNU find behaviour in clean.do.
This commit is contained in:
parent
0105b33483
commit
bab7b40a49
1 changed files with 1 additions and 1 deletions
2
clean.do
2
clean.do
|
|
@ -7,4 +7,4 @@ fi
|
|||
redo t/clean Documentation/clean
|
||||
rm -f *~ .*~ */*~ */.*~ *.pyc install.wrapper
|
||||
rm -rf t/.redo
|
||||
find -name '*.tmp' -exec rm -fv {} \;
|
||||
find . -name '*.tmp' -exec rm -fv {} \;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue