5 мая 2010 15:37:04 вы писали:
> I do not understand this English.  The example given in "3.1 Set up quilt"
> is a shell input example to create ~/.quiltrc.  This is not ~/.quiltrc
> itself.
> 
> I do not get this.  This is less than optimal as I described there.
> What is the point of dropping QUILT_PATCH_OPTS etc.?
> 

Sorry for my English, I just meant that we could not set a bad example, but 
consider that the variable may already be exposed, so it seems to me that 
before installing QUILT_PATCHES need to check the situation that she has 
already exhibited.

The remaining rows of course need to leave, that is, all instances must be the


if [ -z $QUILT_PATCHES ]; then
    d=.
    while [ ! -d "$d/debian" -a `readlink -e $d` != / ]; do
        d="$d/.."
    done
    if [ -d "$d/debian" ]; then
        export QUILT_PATCHES=debian/patches
        if ! [ -d $d/debian/patches ]; then mkdir $d/debian/patches; fi
    fi
fi
QUILT_PATCH_OPTS="--unified-reject-files"
QUILT_DIFF_ARGS="-p ab --no-timestamps --no-index --color=auto"
QUILT_REFRESH_ARGS="-p ab --no-timestamps --no-index"
QUILT_COLORS="diff_hdr=1;32:diff_add=1;34:diff_rem=1;31:diff_hunk=1;33:diff_ctx=35:diff_cctx=33"


All IMHO of course, 

---
Иван Борзенков <ivan1...@list.ru>

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to