# HG changeset patch # User Christophe Lincoln # Date 1199485344 -3600 # Node ID 24effb018b812e24de6366cf0cf0fb289c06f8c4 # Parent 4a1d0ce003530b023b765e925c013020434b61b1 Use busybox patch to apply bash patch diff -r 4a1d0ce00353 -r 24effb018b81 bash/receipt --- a/bash/receipt Fri Jan 04 23:17:57 2008 +0100 +++ b/bash/receipt Fri Jan 04 23:22:24 2008 +0100 @@ -15,7 +15,7 @@ { # Patch and then build. cd $src - patch -p1 < ../stuff/bash32-025.patch + busybox patch -p1 -i ../stuff/bash32-025.patch ./configure --prefix=/usr --bindir=/bin \ --enable-history --enable-alias \ --disable-nls --without-bash-malloc \