Commit 16e8ec6e93f890df7b37018eb2eb175e444e4e28

Authored by Perry Werneck
1 parent 4ff79de5

Small fix on windows build script.

Showing 1 changed file with 1 additions and 3 deletions   Show diff stats
win/pack.sh
... ... @@ -858,9 +858,7 @@ do
858 858  
859 859 fi
860 860  
861   - if [ -d ~/public_html/win/${PRODUCT_NAME} ]; then
862   - echo " --clear Replace the contents of public folders"
863   - fi
  861 + echo " --clear Replace the contents of public folders"
864 862  
865 863 echo ""
866 864 exit 0
... ...