From 9daffba5109a033315fe47343cbd55adb00d9f19 Mon Sep 17 00:00:00 2001 From: evandrocoan Date: Mon, 11 Nov 2019 23:36:08 -0300 Subject: [PATCH] Deprecated the usage of ~ tilde on Makefile because it was not being expanded: https://github.com/visionmedia/deploy/issues/18 https://unix.stackexchange.com/questions/151850/why-doesnt-the-tilde-expand-inside-double-quotes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f5ada88..d404773 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ ifeq (${UFSCTHESISX_MAINTEX_DIRECTORY},) endif ifeq (${UFSCTHESISX_ROOT_DIRECTORY},) - useless := $(eval export UFSCTHESISX_ROOT_DIRECTORY=~/LatexBuild/ufscthesisx) + useless := $(eval export UFSCTHESISX_ROOT_DIRECTORY=LatexBuild/ufscthesisx) endif ifeq (${UFSCTHESISX_REMOTE_PASSWORD},)