Hi, Andrej!

On Thu, 10 May 2001, Andrej Borsenkow wrote:

> chmod: Illegal option -- f
> chmod: Usage: chmod [-R] [ugoa][+-=][rwxlstugo] file ...

Thanks for the report. That "-f" is actually useless.

ChangeLog:
        * configure.in: Don't use "chmod -f" - it fails on
        ReliantUNIX-N 5.44C40. From Andrej Borsenkow.

______________________________
--- configure.in
+++ configure.in
@@ -368,7 +368,7 @@
          windows-NT/Makefile \
          windows-NT/SCC/Makefile \
          zlib/Makefile],
-         [chmod -f +x \
+         [chmod +x \
          contrib/clmerge \
          contrib/cln_hist \
          contrib/commit_prep \
______________________________

Regards,
Pavel Roskin


_______________________________________________
Bug-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-cvs

Reply via email to