Commit 9b377c28c4c71763056c3f6c776a21fa1b34d79d

Authored by Perry Werneck
1 parent 45f59c4a
Exists in v5.2

Fixing windows customizations.

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
win/pack.sh
... ... @@ -444,7 +444,8 @@ buildApplication()
444 444 fi
445 445  
446 446 if [ -x ${PROJECTDIR}/win/install.${1} ]; then
447   - pushd ${WORKDIR}/build/${ARCH}/${1}
  447 + pushd "${WORKDIR}/build/${ARCH}"
  448 + echo "Executando install.${1} em ${PWD}"
448 449 ${PROJECTDIR}/win/install.${1}
449 450 if [ "$?" != "0" ]; then
450 451 failed "Can't install ${1}"
... ...