fixed empty arguments being filtered out during word splitting
This commit is contained in:
@@ -802,6 +802,6 @@ pub fn source_file(path: PathBuf) -> ShResult<()> {
|
||||
|
||||
let mut buf = String::new();
|
||||
file.read_to_string(&mut buf)?;
|
||||
exec_input(buf, None)?;
|
||||
exec_input(buf, None, false)?;
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user