From b55504a694731fa6d3cbb82e35f808780382718d Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Sun, 30 Mar 2025 14:28:06 -0500 Subject: T7289: fix typo in git submodule status check --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index aa113d9ce..763f44952 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ op_xml_obj = $(op_xml_src:.xml.in=.xml) .ONESHELL: libvyosconfig: if test ! -f $(LIBVYOSCONFIG_BUILD_PATH); then - if ! echo $(firstword $(LIBVYOSCONFIG_STATUS))|grep -Eq '^[0-9]'; then + if ! echo $(firstword $(LIBVYOSCONFIG_STATUS))|grep -Eq '^[a-z0-9]'; then git submodule sync; git submodule update --init --remote fi rm -rf /tmp/libvyosconfig && mkdir /tmp/libvyosconfig -- cgit v1.2.3