summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2025-03-31 17:58:25 +0200
committerGitHub <noreply@github.com>2025-03-31 17:58:25 +0200
commit5ec0a28f6b5bc85aed1ba13a0d96b0128b5bb8e9 (patch)
tree44ba310ea5372c05d9d177ebb954e261e4e9c81a /Makefile
parent1e7e1c53afc8f1a14b8ca1a1e118cad0878094fd (diff)
parentb55504a694731fa6d3cbb82e35f808780382718d (diff)
downloadvyos-1x-5ec0a28f6b5bc85aed1ba13a0d96b0128b5bb8e9.tar.gz
vyos-1x-5ec0a28f6b5bc85aed1ba13a0d96b0128b5bb8e9.zip
Merge pull request #4425 from jestabro/submod-typo
T7289: fix typo in git submodule status check
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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