diff options
Diffstat (limited to 'chapter6/bash.sh')
-rw-r--r-- | chapter6/bash.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chapter6/bash.sh b/chapter6/bash.sh index c255260..83a7a89 100644 --- a/chapter6/bash.sh +++ b/chapter6/bash.sh @@ -1,5 +1,3 @@ -#!/bin/bash - ./configure --prefix=/usr \ --build=$(support/config.guess) \ --host=${LFS_TGT} \ @@ -7,4 +5,4 @@ make && make DESTDIR=${LFS} -j1 install && mv ${LFS}/usr/bin/bash ${LFS}/bin/bash && -ln -sv bash ${LFS}/bin/sh
\ No newline at end of file +ln -sv bash ${LFS}/bin/sh |