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 \