X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=chroot-script;h=1524da4e6a9df56935d21ad2182ea791378777b2;hp=cb90ebef95068c3a9904d865426ddd7bf578f4d8;hb=4c6172222083407395eb94defd217ba30f151c3b;hpb=03a19d66489c0cd75e72b57d3f49c2f01dc42b04 diff --git a/chroot-script b/chroot-script index cb90ebe..1524da4 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 22:27:09 CET 2006 [mika] +# Latest change: Fre Nov 03 22:48:42 CET 2006 [mika] ################################################################################ set -e # exit on any error @@ -34,7 +34,7 @@ if [ "$PACKAGES" = 'yes' ] ; then exit 1 else apt-get update - apt-get --force-yes -y install "$(cat /etc/debootstrap/packages)" + apt-get --force-yes -y install $(cat /etc/debootstrap/packages) fi fi