fall back on shell command behaviour for undefined variables
Signed-off-by: Ava Hahn <ava@sunnypup.io>
This commit is contained in:
parent
0babc1986a
commit
c05b94e92a
5 changed files with 84 additions and 15 deletions
|
|
@ -57,4 +57,6 @@ pub mod aux {
|
|||
pub use crate::stl::posix::ShellState;
|
||||
#[cfg(feature="posix")]
|
||||
pub use crate::stl::posix::check_jobs;
|
||||
#[cfg(feature="posix")]
|
||||
pub use crate::stl::posix::POSIX_LOAD_NAME;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue