mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-12 00:28:12 +01:00
Prevent concatenated copies of release notes being staged
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8131 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
1a5675c3d3
commit
8b7e84a807
@ -200,11 +200,7 @@ esac
|
|||||||
|
|
||||||
[ -n "$PARTIAL" ] && SHOREWALLDIR=shorewall-common || SHOREWALLDIR=$SHOREWALL-${1}
|
[ -n "$PARTIAL" ] && SHOREWALLDIR=shorewall-common || SHOREWALLDIR=$SHOREWALL-${1}
|
||||||
|
|
||||||
if [ -f shorewall-lite-${1}/releasenotes.txt ]; then
|
cp $SHOREWALLDIR/releasenotes.txt releasenotes.txt
|
||||||
cat $SHOREWALLDIR/releasenotes.txt shorewall-lite-${1}/releasenotes.txt > releasenotes.txt
|
|
||||||
else
|
|
||||||
cat $SHOREWALLDIR/releasenotes.txt > releasenotes.txt
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ "$HOSTNAME" = lists ]; then
|
if [ "$HOSTNAME" = lists ]; then
|
||||||
mkdir -p $DEST
|
mkdir -p $DEST
|
||||||
|
Loading…
Reference in New Issue
Block a user