blob: 8ad484fc38ac389207c6d907fbfa6b5f02d832ec [file] [log] [blame]
[ -n "$d" ] || d=..
ls -1 "$d" > logfile.gnu
busybox ls -1 "$d" > logfile.bb
cmp logfile.gnu logfile.bb