Commit 16e8ec6e93f890df7b37018eb2eb175e444e4e28
1 parent
4ff79de5
Exists in
master
and in
3 other branches
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,9 +858,7 @@ do | ||
858 | 858 | ||
859 | fi | 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 | echo "" | 863 | echo "" |
866 | exit 0 | 864 | exit 0 |