diff options
Diffstat (limited to 'extra/bash/build')
-rwxr-xr-x | extra/bash/build | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/extra/bash/build b/extra/bash/build index b80882d9..b8e87d05 100755 --- a/extra/bash/build +++ b/extra/bash/build @@ -1,9 +1,5 @@ #!/bin/sh -e -for patch in bash50-0??; do - patch -p0 < "$patch" -done - ./configure \ --prefix=/usr \ --without-bash-malloc \ |