fix git submodule status check
This commit is contained in:
parent
86dde9bbda
commit
9ce47e318a
1 changed files with 1 additions and 1 deletions
|
@ -528,7 +528,7 @@ impl Build {
|
|||
let path = Path::new(line[1..].split(' ').skip(1).next().unwrap());
|
||||
let state = if line.starts_with('-') {
|
||||
State::NotInitialized
|
||||
} else if line.starts_with('*') {
|
||||
} else if line.starts_with('+') {
|
||||
State::OutOfSync
|
||||
} else if line.starts_with(' ') {
|
||||
State::MaybeDirty
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue