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/python.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chapter7/python.sh') diff --git a/chapter7/python.sh b/chapter7/python.sh index 7d158b1..daf1677 100644 --- a/chapter7/python.sh +++ b/chapter7/python.sh @@ -1,3 +1,5 @@ +#!/bin/bash + ./configure --prefix=/usr \ --enable-shared \ --without-ensurepip && -- cgit v1.2.3-54-g00ecf