Magellan Linux

Diff of /trunk/mkinitrd-magellan/klibc/usr/dash/mkbuiltins

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 532 by niro, Sat Sep 1 22:45:15 2007 UTC revision 815 by niro, Fri Apr 24 18:32:46 2009 UTC
# Line 65  awk '{ for (i = 2 ; i <= NF ; i++) { Line 65  awk '{ for (i = 2 ; i <= NF ; i++) {
65   if ($i ~ /^-/)   if ($i ~ /^-/)
66   line = $(++i) "\t" line   line = $(++i) "\t" line
67   print line   print line
68   }}' $temp | sort -k 1,1 | tee $temp2 | awk '{   }}' $temp | LC_COLLATE=C sort -k 1,1 | tee $temp2 | awk '{
69   opt = ""   opt = ""
70   if (NF > 2) {   if (NF > 2) {
71   opt = substr($2, 2)   opt = substr($2, 2)

Legend:
Removed from v.532  
changed lines
  Added in v.815