diff options
Diffstat (limited to 'chapter7/python.sh')
-rw-r--r-- | chapter7/python.sh | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/chapter7/python.sh b/chapter7/python.sh index 428beaa..cb14828 100644 --- a/chapter7/python.sh +++ b/chapter7/python.sh @@ -1,8 +1,8 @@ -#!/bin/bash -set -e - -./configure --prefix=/usr \ - --enable-shared \ - --without-ensurepip && -make && -make -j1 install +#!/bin/bash
+set -e
+
+./configure --prefix=/usr \
+ --enable-shared \
+ --without-ensurepip &&
+make &&
+make -j1 install
|