Hello, I'm Yoshito Komatsu.

I would like to commit a patch
to solve the following issue about test command.

http://www.zope.org/Collectors/Zope3-dev/515

Are there any problems with committing it?

>--- configure.in.orig   2006-01-05 08:13:52.000000000 +0900
>+++ configure.in
>@@ -211,7 +211,7 @@ else
>     out ""
> fi
>
>-if [ -e "$prefix" -a ! "$FORCE_APP_HOME" ] ; then
>+if [ -d "$prefix" -a ! "$FORCE_APP_HOME" ] ; then
>     echo 2>&1 "Installation directory $prefix already exists."
>     echo 2>&1 "Specify a directory that isn't being used, or"
>     echo 2>&1 "use --force to use it anyway."

Regards,
--
Yoshito Komatsu <[EMAIL PROTECTED]>
_______________________________________________
zpkg mailing list -- zpkg@zope.org
http://mail.zope.org/mailman/listinfo/zpkg

Reply via email to