mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-07 18:21:16 -03:00
format
This commit is contained in:
5
build.rs
5
build.rs
@@ -379,10 +379,7 @@ fn build_man(build_dir: &Path) {
|
||||
}
|
||||
Err(x) => {
|
||||
// Another error - permissions wrong etc
|
||||
panic!(
|
||||
"Error starting sphinx-build to build man pages: {:?}",
|
||||
x
|
||||
);
|
||||
panic!("Error starting sphinx-build to build man pages: {:?}", x);
|
||||
}
|
||||
Ok(mut x) => match x.wait() {
|
||||
Err(err) => {
|
||||
|
||||
Reference in New Issue
Block a user