wok-stable
diff busybox/receipt @ rev 9657
busybox: ensure $stuff is set. tazwok bug ?
author |
Pascal Bellard <pascal.bellard@slitaz.org> |
date |
Sat Apr 30 16:37:24 2011 +0200 (2011-04-30) |
parents |
57877ce4dbf3 |
children |
5fbf13b1df6d |
line diff
1.1 --- a/busybox/receipt Tue Apr 26 19:06:48 2011 +0200
1.2 +++ b/busybox/receipt Sat Apr 30 16:37:24 2011 +0200
1.3 @@ -15,6 +15,7 @@
1.4 apply_bb_patchs()
1.5 {
1.6 cd $src
1.7 + stuff=${stuff:-stuff}
1.8 while read file; do
1.9 [ -f done.$file ] && continue
1.10 echo "Apply $file..."