From 45f40e899be8d017e94d7cd606a5015c8737dee7 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Tue, 8 Aug 2023 16:07:19 -0500 Subject: [PATCH] Fix sed in pkgconf --- chapter08/pkgconf.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter08/pkgconf.xml b/chapter08/pkgconf.xml index 8c1031b14..89226dbf0 100644 --- a/chapter08/pkgconf.xml +++ b/chapter08/pkgconf.xml @@ -49,7 +49,7 @@ packages in BLFS. Run this sed to reinstate the old output for pkgconf. - sed -i '/1330,1336/s|^|//|' cli/main.c + sed -i '1330,1336s|^|//|' cli/main.c Prepare Pkgconf for compilation: