mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-16 01:21:07 +00:00
Minor: mk-sbuild: add $RELEASE to error message.
This prevents confusion like it happened for me in LP:#595299
This commit is contained in:
parent
5bbdbed962
commit
f3739a77a9
@ -280,7 +280,7 @@ esac
|
|||||||
# Is the specified release known to debootstrap?
|
# Is the specified release known to debootstrap?
|
||||||
variant_opt="--variant=buildd"
|
variant_opt="--variant=buildd"
|
||||||
if [ ! -r "/usr/share/debootstrap/scripts/$RELEASE" ]; then
|
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
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user