~ubuntu-branches/ubuntu/precise/xkeyboard-config/precise

« back to all changes in this revision

Viewing changes to rules/bin/ml1v1_s.sh

  • Committer: Steve Langasek
  • Date: 2009-12-23 08:05:48 UTC
  • mfrom: (12.2.3 sid)
  • Revision ID: vorlon@debian.org-20091223080548-iyd4vxqipg43onuu
mergeĀ 1.7-1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
INDIR=$1
 
4
OUTFILE=base.ml1v1_s.part
 
5
 
 
6
> $OUTFILE
 
7
 
 
8
awk '{ 
 
9
  printf "  *           %s              %s              =       pc+%s(%s)\n", $1, $2, $3, $4; 
 
10
}' < $INDIR/variantsMapping.lst >> $OUTFILE