From 2c8204d6325a1a6607392d5905227b9043da17cc Mon Sep 17 00:00:00 2001 From: William Harrington Date: Sat, 11 Dec 2021 00:52:08 -0600 Subject: Major updates. --- chapter8/sed.sh | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'chapter8/sed.sh') diff --git a/chapter8/sed.sh b/chapter8/sed.sh index 6b2d3d7..841ca44 100644 --- a/chapter8/sed.sh +++ b/chapter8/sed.sh @@ -1,12 +1,12 @@ -#!/bin/bash -set -e - -./configure --prefix=/usr --bindir=/bin && - -make && -make html && - -make -j1 install && - -install -d -m755 /usr/share/doc/sed-"${VERSION}" && -install -m644 doc/sed.html /usr/share/doc/sed-"${VERSION}" +#!/bin/bash +set -e + +./configure --prefix=/usr --bindir=/bin && + +make && +make html && + +make -j1 install && + +install -d -m755 /usr/share/doc/sed-"${VERSION}" && +install -m644 doc/sed.html /usr/share/doc/sed-"${VERSION}" -- cgit v1.2.3-54-g00ecf