Skip to content

Commit cd956a1

Browse files
committed
Trim output
1 parent 3f67517 commit cd956a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xtask/src/not_bash.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ fn run_process_inner(cmd: &str, echo: bool) -> Result<String> {
113113
bail!("{}", output.status)
114114
}
115115

116-
Ok(stdout)
116+
Ok(stdout.trim().to_string())
117117
}
118118

119119
// FIXME: some real shell lexing here

0 commit comments

Comments
 (0)