bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

execute_cmd.h is not included in installed headers


From: Robert E. Griffith
Subject: execute_cmd.h is not included in installed headers
Date: Mon, 2 May 2022 15:23:36 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0

"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 source it appears to work fine but I wonder if there are edge cases that cause problems.

If my builtin should not use functions from execute_cmd.h, is there a safe way to invoke a shell function from a builtin?

--BobG





reply via email to

[Prev in Thread] Current Thread [Next in Thread]