Merge pull request #110 from jonathandturner/windows_fixes

Fixes for windows
This commit is contained in:
Jonathan Turner 2019-06-16 09:42:15 +12:00 committed by GitHub
commit 8aa8314be5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions

View file

@ -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());
} }
} }
} }

View file

@ -1 +1 @@
S markup

View file

@ -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