From 7e95ac9640eb88a3c189f843ff1ef26435880b3a Mon Sep 17 00:00:00 2001 From: teastep Date: Fri, 19 Dec 2008 16:20:08 +0000 Subject: [PATCH] Another tweak to upload script git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@9131 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- tools/build/upload | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/build/upload b/tools/build/upload index e8e305cb6..55c016a7f 100755 --- a/tools/build/upload +++ b/tools/build/upload @@ -64,13 +64,16 @@ case $1 in UPLOADLITE=Yes UPLOADXML=Yes UPLOADHTML=Yes + case $1 in 4.0.*) ;; *) UPLOAD6=Yes UPLOAD6LITE=Yes + ;; esac + PARTIAL= done=Yes ;;