blob: efc2b196e173bf2a0ff290a15a5b5e1b524409d6 [file] [log] [blame]
[ -n "$d" ] || d=..
LC_ALL=C ls -l "$d" > logfile.gnu
busybox ls -l "$d" > logfile.bb
diff -w logfile.gnu logfile.bb