From dc161b4d4f5c37c2e72a953e639641b112fb68a0 Mon Sep 17 00:00:00 2001 From: William Harrington Date: Tue, 30 Mar 2021 13:03:52 -0500 Subject: Add shebangs and cleanup libstdc++.sh --- chapter7/gettext.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chapter7/gettext.sh') diff --git a/chapter7/gettext.sh b/chapter7/gettext.sh index 85bc7f4..49fbf15 100644 --- a/chapter7/gettext.sh +++ b/chapter7/gettext.sh @@ -1,3 +1,5 @@ +#!/bin/bash + ./configure --disable-shared make && cp -v gettext-tools/src/msgfmt /usr/bin -- cgit v1.2.3-54-g00ecf