~ubuntu-branches/ubuntu/raring/gedit-plugins/raring

« back to all changes in this revision

Viewing changes to build-aux/py-compile

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-11-13 17:14:44 UTC
  • mfrom: (1.4.12)
  • Revision ID: package-import@ubuntu.com-20121113171444-lbflg6vmwpic1pjs
Tags: 3.6.1-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
scriptversion=2011-06-08.12; # UTC
5
5
 
6
 
# Copyright (C) 2000, 2001, 2003, 2004, 2005, 2008, 2009, 2011 Free
7
 
# Software Foundation, Inc.
 
6
# Copyright (C) 2000-2012 Free Software Foundation, Inc.
8
7
 
9
8
# This program is free software; you can redistribute it and/or modify
10
9
# it under the terms of the GNU General Public License as published by
37
36
usage_error ()
38
37
{
39
38
  echo "$me: $*" >&2
40
 
  echo "Try \`$me --help' for more information." >&2
 
39
  echo "Try '$me --help' for more information." >&2
41
40
  exit 1
42
41
}
43
42