[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Quilt-dev] [PATCH] Fix handling of patch files with ':' in their na
From: |
Martin Quinson |
Subject: |
Re: [Quilt-dev] [PATCH] Fix handling of patch files with ':' in their name. |
Date: |
Sun, 2 Dec 2012 10:49:57 +0100 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
> > - -a ! -path "$path/.timestamp" |
> > - sed -e "s:$path/::"
> > + -a ! -path "$path/.timestamp" \
> > + -printf "%P\n"
>
> I can't remember the policy in quilt, but I can't find evidence, that
> -printf is in the POSIX standard yet.
I'm not sure we have an official policy here, but I'd say that we are
pragmatic concerning the portability: we want quilt to be usable on
all platforms that are still used nowadays.
Unless someone objects, I think I'll commit this change; if it breaks
something for an exotic platform at some point, we'll think further:
either revert the change or come up with a better one.
Thanks for your time guys: quilt really needs people to propose
patches and other ones to comment them in order to keep going forward.
Bye, Mt.
--
Les chats, c'est vraiment des branleurs. -- Alain Chabat
Re: [Quilt-dev] [PATCH] Fix handling of patch files with ':' in their name.,
Martin Quinson <=