diff options
Diffstat (limited to 'chapter5/binutils.sh')
-rw-r--r-- | chapter5/binutils.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chapter5/binutils.sh b/chapter5/binutils.sh index 68da871..c77a576 100644 --- a/chapter5/binutils.sh +++ b/chapter5/binutils.sh @@ -1,5 +1,3 @@ -#!/bin/bash - mkdir build cd build @@ -9,4 +7,4 @@ cd build --disable-nls \ --disable-werror && make && -make -j1 install
\ No newline at end of file +make -j1 install |