From: Michael Prokop Date: Fri, 3 Nov 2006 22:40:00 +0000 (+0100) Subject: fix typo for $CHROOTMIRROR X-Git-Tag: 0.2~24 X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=commitdiff_plain;h=809a77ba79fca593a137f1d2c6a2ac8408ebfa04 fix typo for $CHROOTMIRROR --- diff --git a/chroot-script b/chroot-script index 3b2ec68..6692cbb 100644 --- a/chroot-script +++ b/chroot-script @@ -4,7 +4,7 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. -# Latest change: Fre Nov 03 23:30:04 CET 2006 [mika] +# Latest change: Fre Nov 03 23:39:35 CET 2006 [mika] ################################################################################ set -e # exit on any error @@ -14,7 +14,7 @@ set -e # exit on any error [ -r /proc/1 ] || mount -t proc none /proc if [ -n "$CHROOTMIRROR" ] ; then - echo "deb $CHROOTMIRROR $RELEASE main contrib non-free" /etc/apt/sources.list + echo "deb $CHROOTMIRROR $RELEASE main contrib non-free" > /etc/apt/sources.list fi if ! [ -r /etc/kernel-img.conf ] ; then