~ubuntu-branches/ubuntu/precise/gzip/precise

« back to all changes in this revision

Viewing changes to gzexe.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2011-10-19 11:42:42 UTC
  • mfrom: (4.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20111019114242-d8wiiu8kbvdtgmgj
Tags: 1.4-1ubuntu1
* Merge with Debian testing.  Remaining Ubuntu changes:
  - debian/{control,rules}: Remove the Win32 build and mingw64
    build-dependency, since mingw is in universe, and will remain so for
    the forseeable future.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
# This program is free software; you can redistribute it and/or modify
20
20
# it under the terms of the GNU General Public License as published by
21
 
# the Free Software Foundation; either version 2 of the License, or
 
21
# the Free Software Foundation; either version 3 of the License, or
22
22
# (at your option) any later version.
23
23
 
24
24
# This program is distributed in the hope that it will be useful,
36
36
IFS=" $tab$nl"
37
37
 
38
38
version='gzexe (gzip) @VERSION@
39
 
Copyright (C) 2007 Free Software Foundation, Inc.
 
39
Copyright (C) 2007, 2009-2010 Free Software Foundation, Inc.
40
40
This is free software.  You may redistribute copies of it under the terms of
41
41
the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
42
42
There is NO WARRANTY, to the extent permitted by law.
53
53
Report bugs to <bug-gzip@gnu.org>."
54
54
 
55
55
 
56
 
PATH="BINDIR:$PATH"
 
56
bindir=@bindir@
 
57
case $1 in
 
58
--__bindir) bindir=${2?}; shift; shift;;
 
59
esac
 
60
PATH=$bindir:$PATH
57
61
 
58
62
decomp=0
59
63
res=0