From 7c7e8b21e8a510a7f499b89631a1241a99ba70f6 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 4 Mar 2016 15:27:19 +1100 Subject: [PATCH] mk: don't ask for a build restart on module init this makes it more travis friendly --- mk/check_modules.sh | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/mk/check_modules.sh b/mk/check_modules.sh index 6dce2967bc..5394da8633 100755 --- a/mk/check_modules.sh +++ b/mk/check_modules.sh @@ -38,16 +38,16 @@ done git submodule status exit 1 } -cat <