[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Patch] autoconf.sh - no FD + chmod at right time
From: |
Tim Van Holder |
Subject: |
[Patch] autoconf.sh - no FD + chmod at right time |
Date: |
Wed, 18 Apr 2001 19:00:00 +0200 |
Using a file instead of an FD avoids problems with running
autoconf from autoupdate on DOS (where FD 4, 7, 8 and 9
are reserved by Perl).
Also, $outfile was being chmod'ed before being created
by the finalize script. People should run the tools from
an empty dir more :-)
2001-04-18 Tim Van Holder <address@hidden>
* autoconf.sh: Don't use an FD for the output. Only
chmod the output after it is created.
autoconf.diff
Description: Binary data
- [Patch] autoconf.sh - no FD + chmod at right time,
Tim Van Holder <=