From d41f4eae7b67e7ad6973f53d7f2cefd572f15573 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Sat, 26 May 2001 10:16:48 +0000 Subject: [PATCH] Placed \ and on the same line to avoid a space being placed after \ which will cause a problem when copy&pasting that line into a shell git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@659 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/utillinux-inst.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapter06/utillinux-inst.xml b/chapter06/utillinux-inst.xml index 2cb19eed8..da409fc8f 100644 --- a/chapter06/utillinux-inst.xml +++ b/chapter06/utillinux-inst.xml @@ -8,8 +8,8 @@ util-linux package, FHS-compliant, run the following.
- sed "s|etc/adjtime\"\$|var/lib/hwclock/adjtime\"|" \ - + sed "s|etc/adjtime\"\$|var/lib/hwclock/adjtime\"|" + \    hwclock/hwclock.c > hwclock~ && mv hwclock~ hwclock/hwclock.c &&