From 10558008eaa1a004aac9b217a1b684b120dba6b8 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Wed, 7 Aug 2019 09:42:29 -0300 Subject: [PATCH] Updating windows build script. --- win/pack.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/win/pack.sh b/win/pack.sh index 991cf52..aabf98a 100755 --- a/win/pack.sh +++ b/win/pack.sh @@ -410,7 +410,7 @@ do CLEAR) if [ -d ~/public_html/win/pw3270 ]; then - rm -fr ~/public_html/win/pw3270{x86_32,x86_64} + rm -fr ~/public_html/win/pw3270/{x86_32,x86_64} fi ;; @@ -426,8 +426,8 @@ do fi - if [ -d ~/public_html/win/sisbb ]; then - echo " --clear Remove directories ~/public_html/win/pw3270{x86_32,x86_64}" + if [ -d ~/public_html/win/pw3270 ]; then + echo " --clear Remove directories ~/public_html/win/pw3270/{x86_32,x86_64}" fi echo "" -- libgit2 0.21.2