diff options
Diffstat (limited to 'chapter7/bison.sh')
-rw-r--r-- | chapter7/bison.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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 |