From 9b377c28c4c71763056c3f6c776a21fa1b34d79d Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Thu, 23 Jan 2020 15:14:21 -0300 Subject: [PATCH] Fixing windows customizations. --- win/pack.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/win/pack.sh b/win/pack.sh index baa131a..afb1559 100755 --- a/win/pack.sh +++ b/win/pack.sh @@ -444,7 +444,8 @@ buildApplication() fi if [ -x ${PROJECTDIR}/win/install.${1} ]; then - pushd ${WORKDIR}/build/${ARCH}/${1} + pushd "${WORKDIR}/build/${ARCH}" + echo "Executando install.${1} em ${PWD}" ${PROJECTDIR}/win/install.${1} if [ "$?" != "0" ]; then failed "Can't install ${1}" -- libgit2 0.21.2