[ Daniel Hahler ]

mk-sbuild: add $RELEASE to error message.
This commit is contained in:
Michael Bienia 2010-06-17 21:18:12 +02:00
commit f396485ac4
2 changed files with 5 additions and 2 deletions

5
debian/changelog vendored
View File

@ -35,7 +35,10 @@ ubuntu-dev-tools (0.100) UNRELEASED; urgency=low
- Replace imports of debian_bundle with debian to fix the deprecation
warnings.
-- Benjamin Drung <bdrung@ubuntu.com> Wed, 09 Jun 2010 23:53:13 +0200
[ Daniel Hahler ]
* mk-sbuild: add $RELEASE to error message.
-- Michael Bienia <geser@ubuntu.com> Thu, 17 Jun 2010 21:17:10 +0200
ubuntu-dev-tools (0.99) lucid; urgency=low

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