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/bison.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chapter7/bison.sh') diff --git a/chapter7/bison.sh b/chapter7/bison.sh index 3112d1f..2385d22 100644 --- a/chapter7/bison.sh +++ b/chapter7/bison.sh @@ -1,3 +1,5 @@ +#!/bin/bash + ./configure --prefix=/usr --docdir=/usr/share/doc/bison-"${VERSION}" && make && make -j1 install -- cgit v1.2.3-54-g00ecf