ignore whitespace

1_1_stable
Tim Riker 2006-01-25 00:25:37 +00:00
parent 7dd4cbf2bf
commit 7d501a8673
1 changed files with 1 additions and 1 deletions

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