From 963e20417eae8c1ab8340931286ea81d72fdd585 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Wed, 1 May 2013 00:57:03 -0400 Subject: [PATCH] Update aksetup. --- aksetup_helper.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/aksetup_helper.py b/aksetup_helper.py index ce303c5b..cc57e5c7 100644 --- a/aksetup_helper.py +++ b/aksetup_helper.py @@ -545,8 +545,7 @@ def set_up_shipped_boost_if_requested(project_name, conf): print("------------------------------------------------------------------------") print("If you got this package from git, you probably want to do") print("") - print(" $ git submodule init") - print(" $ git submodule update") + print(" $ git submodule update --init") print("") print("to fetch what you are presently missing. If you got this from") print("a distributed package on the net, that package is broken and") @@ -793,8 +792,7 @@ def check_git_submodules(): print("-------------------------------------------------------------------------") print("If this makes no sense, you probably want to say") print("") - print(" $ git submodule init") - print(" $ git submodule update") + print(" $ git submodule update --init") print("") print("to fetch what you are presently missing and move on with your life.") print("If you got this from a distributed package on the net, that package is") -- GitLab