more gates, add job for implicit-load feature
Signed-off-by: Ava Hahn <ava@sunnypup.io>
This commit is contained in:
parent
3e32b222f8
commit
e042cd1152
2 changed files with 7 additions and 2 deletions
|
|
@ -141,8 +141,8 @@ impl SymTable {
|
|||
* on a call to an undefined function
|
||||
* assume a shell command is being run
|
||||
*/
|
||||
None if cfg!(feature="implicit-load")
|
||||
&& call_func => match self.remove(&POSIX_LOAD_NAME.to_string()) {
|
||||
#[cfg(feature="implicit-load")]
|
||||
None if call_func => match self.remove(&POSIX_LOAD_NAME.to_string()) {
|
||||
Some(s) => {
|
||||
name_token = String::from(POSIX_LOAD_NAME);
|
||||
/* highly unfortunate circumstance
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue