~j-harbott/cirros/dev

« back to all changes in this revision

Viewing changes to bin/mkcabundle

  • Committer: Scott Moser
  • Date: 2016-07-21 14:02:36 UTC
  • Revision ID: smoser@ubuntu.com-20160721140236-8fqzpvq79p1pcbda
white space and consistency cleanup on bin/

All programs in bin/ have 4 space indent and consistent 'vi:' settings
set at bottom of file.
   # vi: tabstop=4 expandtab

For consistency and simplicity, all programs in bin/ are bash as opposed
to mixed bash or sh.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
        print "# Generated from certdata.txt RCS revision $1\n#\n";
40
40
    }
41
41
}
 
42
 
 
43
# vi: tabstop=4 expandtab