[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Patch] autoconf.sh - no FD + chmod at right time
From: |
Akim Demaille |
Subject: |
Re: [Patch] autoconf.sh - no FD + chmod at right time |
Date: |
19 Apr 2001 17:56:11 +0200 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) |
> 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).
Why don't you use another FD instead of using a tmp file?
> Also, $outfile was being chmod'ed before being created
> by the finalize script.
No, it was chmod +x after the exec that creates the files, which is
what matters.