~ubuntu-branches/ubuntu/hardy/dash/hardy-security

« 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
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070718153847-pef1uwy72j9gs9pw
Tags: 0.5.4-1ubuntu1
* Merge with Debian; remaining changes:
  - Build against glibc instead of dietlibc
  - Change default answer for "Install dash as /bin/sh?" question to true.

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)