Minor: mk-sbuild: add $RELEASE to error message.

This prevents confusion like it happened for me in LP:#595299
This commit is contained in:
Daniel Hahler 2010-06-17 20:56:59 +02:00
parent 5bbdbed962
commit f3739a77a9

View File

@ -280,7 +280,7 @@ esac
# Is the specified release known to debootstrap?
variant_opt="--variant=buildd"
if [ ! -r "/usr/share/debootstrap/scripts/$RELEASE" ]; then
echo "Specified release not known to debootstrap" >&2
echo "Specified release ($RELEASE) not known to debootstrap" >&2
exit 1
fi