Browse Source

pipe find's -name patterns

remotes/origin/cmake
Romain Goffe 13 years ago
parent
commit
82bef706c0
  1. 2
      utils/tarball.sh

2
utils/tarball.sh

@ -19,7 +19,7 @@ rm -f books/tmp.sb books/default.sb
rm -f default*
#Clean tmp files
find . -name "*~" -type f -exec rm -f {} \; && find . -name "#*#" -type f -exec rm -f {} \;
find . -name "*~" -or -name "#*#" -type f -exec rm -f {} \;
make cleanall
#Tarball

Loading…
Cancel
Save