From 934e435c873c16c136844ec3b92232db66e7b303 Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Wed, 6 Aug 2025 08:44:09 +0200 Subject: [PATCH] Added print of head in init.mk --- make.d/init.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.d/init.mk b/make.d/init.mk index aedfc5d..489b57a 100755 --- a/make.d/init.mk +++ b/make.d/init.mk @@ -2,7 +2,7 @@ SHELL = /usr/bin/bash .SILENT: -localinit: +localinit: print_head echo "* Linking pylibs to venv" for path in `find pylibs/ -maxdepth 1 -type d`; do if [[ $$path != "pylibs/" ]];then