diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-03-30 13:03:52 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-03-30 13:03:52 -0500 |
commit | dc161b4d4f5c37c2e72a953e639641b112fb68a0 (patch) | |
tree | 7effd9c42ca78d47817d48f25d1b5b08bca63f73 /chapter7/texinfo.sh | |
parent | 661a2ab5a84b70f3075777599b27e19f06b49e8a (diff) |
Add shebangs and cleanup libstdc++.sh
Diffstat (limited to 'chapter7/texinfo.sh')
-rw-r--r-- | chapter7/texinfo.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chapter7/texinfo.sh b/chapter7/texinfo.sh index 7f133fe..1935156 100644 --- a/chapter7/texinfo.sh +++ b/chapter7/texinfo.sh @@ -1,3 +1,5 @@ +#!/bin/bash + ./configure --prefix=/usr && make && make -j1 install |