blob: 61e91400c92ed4485b155f3dda8bdebeaea025a2 [file] [log] [blame]
[ -n "$d" ] || d=..
du -l "$d" > logfile.gnu
busybox du -l "$d" > logfile.bb
cmp logfile.gnu logfile.bb