From: Michael Prokop Date: Fri, 3 Nov 2006 22:42:47 +0000 (+0100) Subject: fix typo in sed command, time4bed... X-Git-Tag: 0.2~23 X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=commitdiff_plain;h=fb3f3f9172d5f724371023dc302ebedce399ec04;hp=809a77ba79fca593a137f1d2c6a2ac8408ebfa04 fix typo in sed command, time4bed... --- diff --git a/chroot-script b/chroot-script index 6692cbb..604f617 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:39:35 CET 2006 [mika] +# Latest change: Fre Nov 03 23:42:36 CET 2006 [mika] ################################################################################ set -e # exit on any error @@ -46,7 +46,7 @@ fi # sarge specific stuff if [ "$RELEASE" = 'sarge' ] ; then - sed -i "s/ROOT=probe/ROOT=$TARGET" /etc/mkinitrd/mkinitrd.conf + sed -i "s/ROOT=probe/ROOT=$TARGET/" /etc/mkinitrd/mkinitrd.conf fi if [ -n "$KERNEL" ] ; then