mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-12-19 05:13:44 +08:00
format
This commit is contained in:
parent
2d2f18c159
commit
0e0d56d805
5
build.rs
5
build.rs
|
@ -379,10 +379,7 @@ fn build_man(build_dir: &Path) {
|
||||||
}
|
}
|
||||||
Err(x) => {
|
Err(x) => {
|
||||||
// Another error - permissions wrong etc
|
// Another error - permissions wrong etc
|
||||||
panic!(
|
panic!("Error starting sphinx-build to build man pages: {:?}", x);
|
||||||
"Error starting sphinx-build to build man pages: {:?}",
|
|
||||||
x
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
Ok(mut x) => match x.wait() {
|
Ok(mut x) => match x.wait() {
|
||||||
Err(err) => {
|
Err(err) => {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user