blob: 61e91400c92ed4485b155f3dda8bdebeaea025a2 [file] [log] [blame]
Eric Andersen7daa0762004-10-08 07:46:08 +00001[ -n "$d" ] || d=..
2du -l "$d" > logfile.gnu
3busybox du -l "$d" > logfile.bb
Eric Andersen650fe632004-04-06 11:10:30 +00004cmp logfile.gnu logfile.bb