kodev: fix grep: warning: stray \ before - (#10071)

New warning in 3.8.
reviewable/pr10076/r1
yparitcher 1 year ago committed by GitHub
parent 15fb73384f
commit 731b802a0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -40,7 +40,7 @@ function assert_ret_zero() {
}
function check_submodules() {
if git submodule status | grep -qE '^\-'; then
if git submodule status | grep -qE '^-'; then
kodev-fetch-thirdparty
fi
}

Loading…
Cancel
Save