Re: execute_cmd.h is not included in installed headers

2022-05-02 Thread Robert E. Griffith
>> That seems reasonable. I'll add it. Cool, thanks. --BobG On 5/2/22 16:47, Chet Ramey wrote: On 5/2/22 4:03 PM, Robert E. Griffith wrote:  >> What's your use case? I have a bash script library that supports Objects and Classes in bash script. I am now writing a loadable builtin to speed u

Re: execute_cmd.h is not included in installed headers

2022-05-02 Thread Chet Ramey
On 5/2/22 4:03 PM, Robert E. Griffith wrote: >> What's your use case? I have a bash script library that supports Objects and Classes in bash script. I am now writing a loadable builtin to speed up the object call and other mechanisms. echo "'$obj'" '_bgclassCall heap_A_X MyClass

Re: execute_cmd.h is not included in installed headers

2022-05-02 Thread Robert E. Griffith
>> What's your use case? I have a bash script library that supports Objects and Classes in bash script. I am now writing a loadable builtin to speed up the object call and other mechanisms. echo "'$obj'" '_bgclassCall heap_A_X MyClass 0 |' $obj.doSomething p1 p2 _bgclassCall is

Re: execute_cmd.h is not included in installed headers

2022-05-02 Thread Chet Ramey
On 5/2/22 3:23 PM, Robert E. Griffith wrote: "execute_cmd.h" is not listed in the INSTALLED_HEADERS macro which determines which headers are included for the install-headers target. Yes, builtin commands are generally the target of execution, not things that execute other builtins or shell func

execute_cmd.h is not included in installed headers

2022-05-02 Thread Robert E. Griffith
"execute_cmd.h" is not listed in the INSTALLED_HEADERS macro which determines which headers are included for the install-headers target. Is it problematic for a loadable builtin to execute shell functions or is it maybe an oversight that that header is not included? If I build against the full