From 63cd53716833142f94c4ace991648f8a786b779f Mon Sep 17 00:00:00 2001 From: "neo.webmaster.2@gmail.com" Date: Sat, 29 Nov 2025 09:30:44 +0100 Subject: [PATCH] "Auto-commit via make git" --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index e4ed6a9..0bb4544 100644 --- a/Makefile.am +++ b/Makefile.am @@ -178,8 +178,8 @@ sync-neurotron: # =========================== wiki: @echo "📚 Sincronizando Wiki…" - @if [ ! -d "$${WIKI_SRC}" ]; then \ - echo "⚠️ Nenhuma documentação encontrada em $${WIKI_SRC}"; \ + @if [ ! -d "${WIKI_SRC}" ]; then \ + echo "⚠️ Nenhuma documentação encontrada em ${WIKI_SRC}"; \ exit 0; \ fi @if [ ! -d "$${WIKI_TMP}/.git" ]; then \