Hi Linus,
The various executables in the scripts/ directory are marked 644 in
BK.
Can do you do:
bk chmod 755 \
`find scripts -type f -exec file {} \;|egrep -v ELF|egrep exec|cut -f1 -d:`
for the scripts/* stuff?
Thanks,
-- DN
Daniel
On Sun, 7 Sep 2003, carbonated beverage wrote:
> The various executables in the scripts/ directory are marked 644 in
> BK.
Yes, but most of them do a:
$(PERL) ./scripts/foo
Which removes the need for the executable bit (for the makefiles at
least). Is there a specific problem you're having?
Cheers,
Mikal
--
Michael Still ([email protected]) | "All my life I've had one dream,
http://www.stillhq.com | to achieve my many goals"
UTC + 10 | -- Homer Simpson
On Mon, Sep 08, 2003 at 01:28:32PM +1000, Michael Still wrote:
> Yes, but most of them do a:
>
> $(PERL) ./scripts/foo
>
> Which removes the need for the executable bit (for the makefiles at
> least). Is there a specific problem you're having?
I tend to run many of the stuff in there manually instead through the
makefiles.
Also, the docbook generation failed due to that as well via the
'make pdfdocs' target.
-- DN
Daniel