emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#18239: closed (z suffix)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#18239: closed (z suffix)
Date: Sun, 10 Aug 2014 23:32:02 +0000

Your message dated Sun, 10 Aug 2014 16:31:10 -0700
with message-id <address@hidden>
and subject line Re: bug#18239: z suffix
has caused the debbugs.gnu.org bug report #18239,
regarding z suffix
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
18239: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=18239
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: z suffix Date: Sun, 10 Aug 2014 15:58:09 +0200
I would like to point out a bug that has already been reported last
year [1].

Observed behaviour:

$ echo foo > test
$ gzip --suffix z test
$ ls testz
testz
$ gzip -d --suffix z testz
gzip: testz: unknown suffix -- ignored

Expected behaviour:

$ gzip -d --suffix z testz
$ ls test
test

From the comment in function get_suffix I gather that the "z" suffix is
overlooked in the sequence of suffixes to try. I've attached a patch
that makes it work for me.

[1] http://lists.gnu.org/archive/html/bug-gzip/2013-07/msg00012.html

Kind regards,
Sam



--- End Message ---
--- Begin Message --- Subject: Re: bug#18239: z suffix Date: Sun, 10 Aug 2014 16:31:10 -0700 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0
Sam Geeraerts wrote:
I've attached a patch
that makes it work for me.

Thanks for re-reporting that. I didn't see a patch in your email, but I installed one (attached); please give it a try.

Attachment: 0001-gzip-fix-suffix-z-bug-Bug-18239.patch
Description: Text document


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]