From 1a5675c3d3cb1ad663d5641bf7fa75146dda5903 Mon Sep 17 00:00:00 2001 From: teastep Date: Fri, 1 Feb 2008 16:12:58 +0000 Subject: [PATCH] Prevent concatenated copies of release notes being uploaded git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8130 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- tools/build/upload | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tools/build/upload b/tools/build/upload index 8fa7b9d79..8860f36cc 100755 --- a/tools/build/upload +++ b/tools/build/upload @@ -215,11 +215,7 @@ fi [ -n "$PARTIAL" ] && SHOREWALLDIR=shorewall-common || SHOREWALLDIR=$SHOREWALL-${1} -if [ -f shorewall-lite-${1}/releasenotes.txt ]; then - cat $SHOREWALLDIR/releasenotes.txt shorewall-lite-${1}/releasenotes.txt > releasenotes.txt -else - cat $SHOREWALLDIR/releasenotes.txt > releasenotes.txt -fi +cp $SHOREWALLDIR/releasenotes.txt releasenotes.txt if [ "$HOSTNAME" = lists ]; then mkdir -p $DEST