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

Re: [PATCH] allow setting of an specific script to be used by debootstrap



On Sunday 02 March 2008, Otavio Salvador wrote:
> +if [ ! -e /usr/share/debootstrap/scripts/"$DEBOOTSTRAP_SCRIPT" ]; then
> +       error "'$DEBOOTSTRAP_SCRIPT' debootstrap script doesn't exist."
> +fi

That should be:
+       error "debootstrap script '$DEBOOTSTRAP_SCRIPT' doesn't exist"

Reversed order and we normally don't have periods at the end of log 
messages.

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


Reply to: