On 29/6/22 18:08, Daniel P. Berrangé wrote:
Currently we check status of each submodule, before actually checking if we're in a git repo. These status commands will all fail, but we are hiding their output so we don't see it currently.Signed-off-by: Daniel P. Berrangé <berra...@redhat.com> --- scripts/git-submodule.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>