From f67e0d4376ea58b65348c4dfa7efa2d2450200fb Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Wed, 19 Aug 2015 16:07:37 +0000 Subject: Fix typo in sed command git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10938 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/ncurses.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter05/ncurses.xml') diff --git a/chapter05/ncurses.xml b/chapter05/ncurses.xml index d137ca880..26ef70464 100644 --- a/chapter05/ncurses.xml +++ b/chapter05/ncurses.xml @@ -45,7 +45,7 @@ First, ensure that gawk is found first during configuration: -sed s/mawk// configure +sed -i s/mawk// configure Prepare Ncurses for compilation: -- cgit v1.2.3-54-g00ecf