ignore whitespace

This commit is contained in:
Tim Riker 2006-01-25 00:25:37 +00:00
parent 7dd4cbf2bf
commit 7d501a8673

View File

@ -1,4 +1,4 @@
[ -n "$d" ] || d=..
LANG=C ls -l "$d" > logfile.gnu
busybox ls -l "$d" > logfile.bb
cmp logfile.gnu logfile.bb
diff -w logfile.gnu logfile.bb