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/gawk.sh | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'chapter8/gawk.sh') diff --git a/chapter8/gawk.sh b/chapter8/gawk.sh index b6f25c5..348c3df 100644 --- a/chapter8/gawk.sh +++ b/chapter8/gawk.sh @@ -1,13 +1,13 @@ -#!/bin/bash -set -e - -sed -i 's/extras//' Makefile.in - -./configure --prefix=/usr && - -make && - -make -j1 install && - -mkdir -v /usr/share/doc/gawk-"${VERSION}" && -cp -v doc/{awkforai.txt,*.{eps,pdf,jpg}} /usr/share/doc/gawk-"${VERSION}" +#!/bin/bash +set -e + +sed -i 's/extras//' Makefile.in + +./configure --prefix=/usr && + +make && + +make -j1 install && + +mkdir -v /usr/share/doc/gawk-"${VERSION}" && +cp -v doc/{awkforai.txt,*.{eps,pdf,jpg}} /usr/share/doc/gawk-"${VERSION}" -- cgit v1.2.3-54-g00ecf