mirror of
https://github.com/nushell/nushell.git
synced 2024-12-23 07:30:13 +01:00
Merge pull request #110 from jonathandturner/windows_fixes
Fixes for windows
This commit is contained in:
commit
8aa8314be5
@ -221,7 +221,7 @@ impl ExternalCommand {
|
||||
}
|
||||
} else {
|
||||
for arg in &self.args {
|
||||
process = process.arg(arg);
|
||||
process = process.arg(arg.item.clone());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1 +1 @@
|
||||
S
|
||||
markup
|
||||
|
@ -2,6 +2,9 @@ cd tests
|
||||
enter test.json
|
||||
cd glossary
|
||||
cd GlossDiv
|
||||
ls title | echo $it
|
||||
cd GlossList
|
||||
cd GlossEntry
|
||||
cd GlossSee
|
||||
ls | echo $it
|
||||
exit
|
||||
exit
|
||||
|
Loading…
Reference in New Issue
Block a user