Closed michael-o closed 7 months ago
Make shell configurable in poudriere.conf for https://github.com/freebsd/poudriere/blob/86d95d6bbe54359f839440546b1a95f2318fb1fe/src/share/poudriere/common.sh#L2526
poudriere.conf
It is always csh
csh
I'd prefer to use bourne shell sh
sh
Magic, fast!
I'll update the -devel port later today.
This was not enough. Even now in 14+ (maybe earlier I did not check) the default root shell was changed to /bin/sh which is what I get, not csh.
Prerequisites
What is your proposal?
Make shell configurable in
poudriere.conf
for https://github.com/freebsd/poudriere/blob/86d95d6bbe54359f839440546b1a95f2318fb1fe/src/share/poudriere/common.sh#L2526What is the existing behavior, if any?
It is always
csh
What is the motivation / use case for the change?
I'd prefer to use bourne shell
sh