diff --git a/kodev b/kodev index c18d106da..6114843c6 100755 --- a/kodev +++ b/kodev @@ -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 }