~ubuntu-branches/ubuntu/saucy/9base/saucy

« back to all changes in this revision

Viewing changes to .pc/02-shebang.patch/troff/font/devutf/mkMAP

  • Committer: Bazaar Package Importer
  • Author(s): Kai Hendry
  • Date: 2010-12-05 15:51:57 UTC
  • mfrom: (11.1.2 experimental)
  • Revision ID: james.westby@ubuntu.com-20101205155157-u9sfbjojqflsabue
Tags: 1:6-4
New maintainer

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/rc
 
2
grep '  ' $* | awk '
 
3
$2 != "\"" {last = $4}
 
4
{printf("\t%s\t%s\n", $1, last)}
 
5
'