Hello,
here's a small diff to solve this issue.
(see attached)
Saludos,
Mauro
--
JID: [email protected] | http://lusers.com.ar/
2B82 A38D 1BA5 847A A74D 6C34 6AB7 9ED6 C8FD F9C1
--- maintenance/00_update_build_system.orig 2009-08-02 23:42:41.000000000 -0300
+++ maintenance/00_update_build_system 2009-08-02 23:43:26.000000000 -0300
@@ -16,7 +16,7 @@
test "$ENABLE_BUILDER_MAINT" = 0 && exit 0
-function pbuilder_update
+pbuilder_update()
{
if [ ! -x "$PBUILDER_BIN" ]
then
@@ -35,7 +35,7 @@
}
-function cowbuilder_update
+cowbuilder_update()
{
if [ ! -x "$COWBUILDER_BIN" ]
then