On 8/30/05, Jean Delvare <[EMAIL PROTECTED]> 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


_______________________________________________
Quilt-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/quilt-dev

Reply via email to