[bind10-dev] src/bin/dbutil/tests fails if SHELL=/bin/csh

fujiwara at jprs.co.jp fujiwara at jprs.co.jp
Fri Feb 8 11:28:40 UTC 2013


> From: Mukund Sivaraman <muks at isc.org>
>> fujiwara at jprs.co.jp wrote:
>> > I prefer removing '${SHELL}' because configure sets execution bit of
>> > src/bin/dbutil/run_dbutil.sh and the first line of it is "#!/bin/sh".
> 
> If ${SHELL} is the incorrect way to invoke a shell there, please change
> it to whatever way is more suitable. But note that configure is not
> always called when regenerating the .sh from the .sh.in, and it doesn't
> always get the execute bit set. This is why the ${SHELL} was added.

Currently, only configure do chmod +x run_dbutil.sh.
(cd src/bin/dbutil; rm run_dbutil.sh; make) does not do "chmod +x" now.

It may be configure and Makefile.am problem.

Which do you like better, "removing $(SHELL) or replace it as "@SHELL@" ?

Regards,

--
Kazunori Fujiwara, JPRS <fujiwara at jprs.co.jp>



More information about the bind10-dev mailing list