blob: d1a15de55005e6780be649adbb6d996f62050563 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- makefile.orig Sat Dec 10 21:29:06 2005
+++ makefile Sat Dec 10 21:29:14 2005
@@ -12,7 +12,7 @@
echo The following files had an error: >logfile
find . -type f -exec ./testszip '{}' logfile ';'
echo -- end of list -- >>logfile
- more logfile
+ cat logfile
fulltest: szip check
echo full test: The following files had an error: >logfile
find / -mtime +1 -type f -perm +4 -exec ./testszip '{}' logfile ';'
|