Invoke sh with -u
(error on unbound variable)
This commit is contained in:
parent
b1d8fdb398
commit
2a721db280
@ -87,7 +87,7 @@ impl<'a> Recipe<'a> {
|
|||||||
command = &command[1..];
|
command = &command[1..];
|
||||||
}
|
}
|
||||||
let status = process::Command::new("sh")
|
let status = process::Command::new("sh")
|
||||||
.arg("-c")
|
.arg("-cu")
|
||||||
.arg(command)
|
.arg(command)
|
||||||
.status();
|
.status();
|
||||||
try!(match status {
|
try!(match status {
|
||||||
|
Loading…
Reference in New Issue
Block a user