forked from extern/nushell
Fixes for windows
This commit is contained in:
parent
40f17422d8
commit
7a332892bd
@ -221,7 +221,7 @@ impl ExternalCommand {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
for arg in &self.args {
|
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
|
enter test.json
|
||||||
cd glossary
|
cd glossary
|
||||||
cd GlossDiv
|
cd GlossDiv
|
||||||
ls title | echo $it
|
cd GlossList
|
||||||
|
cd GlossEntry
|
||||||
|
cd GlossSee
|
||||||
|
ls | echo $it
|
||||||
exit
|
exit
|
||||||
exit
|
exit
|
||||||
|
Loading…
Reference in New Issue
Block a user