~ubuntu-branches/ubuntu/intrepid/dash/intrepid-updates

« back to all changes in this revision

Viewing changes to src/mkbuiltins

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-07-18 15:38:47 UTC
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: james.westby@ubuntu.com-20070718153847-z900khc1ukawd3r7
Tags: upstream-0.5.4
ImportĀ upstreamĀ versionĀ 0.5.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
                if ($i ~ /^-/)
66
66
                        line = $(++i) "\t" line
67
67
                print line
68
 
        }}' $temp | sort -k 1,1 | tee $temp2 | awk '{
 
68
        }}' $temp | LC_COLLATE=C sort -k 1,1 | tee $temp2 | awk '{
69
69
                opt = ""
70
70
                if (NF > 2) {
71
71
                        opt = substr($2, 2)