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