Commit e724e88b authored by Jelmer Vernooij's avatar Jelmer Vernooij Committed by Holger Levsen
Browse files

Avoid nonexistent output_echo, use echo instead.



Signed-off-by: Holger Levsen's avatarHolger Levsen <holger@layer-acht.org>
parent e385cfbc
...@@ -32,9 +32,9 @@ DISTRO=unstable ...@@ -32,9 +32,9 @@ DISTRO=unstable
mkdir -p $TARGET/chroots mkdir -p $TARGET/chroots
if [ -d $TARGET/chroots/janitor-$DISTRO-$ARCH ] ; then if [ -d $TARGET/chroots/janitor-$DISTRO-$ARCH ] ; then
output_echo "chroot for $DISTRO/$ARCH exists, good." echo "chroot for $DISTRO/$ARCH exists, good."
else else
output_echo "preparing chroot for $DISTRO/$ARCH." echo "preparing chroot for $DISTRO/$ARCH."
sudo sbuild-createchroot $DISTRO $TARGET/chroots/janitor-$DISTRO-$ARCH http://deb.debian.org/debian sudo sbuild-createchroot $DISTRO $TARGET/chroots/janitor-$DISTRO-$ARCH http://deb.debian.org/debian
fi fi
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment