quilt-dev
[Top][All Lists]
Advanced

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

Re: [Quilt-dev] changed permissions on .pc/applied-patches


From: jerome lacoste
Subject: Re: [Quilt-dev] changed permissions on .pc/applied-patches
Date: Thu, 1 Sep 2005 10:27:29 +0200

On 8/30/05, Jean Delvare <address@hidden> wrote:
> Hi all,
> 
[...]

>         if tmpfile=$(gen_tempfile)
>         then
>                 grep -v -E "^$(quote_re $patch)\$" $DB > $tmpfile
> -               mv -f $tmpfile $DB
> +               cat $tmpfile > $DB

You could maybe directly pipe into $DB at once

Jerome




reply via email to

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