More logging around whether to add release notes or not
This commit is contained in:
parent
adb9e9057d
commit
f7b6bd056d
|
@ -51,7 +51,9 @@ if [ "$OMIT_MANUAL" != 1 ]; then
|
|||
done
|
||||
fi
|
||||
|
||||
if [ "$OMIT_RELEASE_NOTES" != 1 ]; then
|
||||
if [ "$OMIT_RELEASE_NOTES"x = "1"x ]; then
|
||||
echo "Omitting release notes, as requested"
|
||||
else
|
||||
for ARCH in $ARCHES
|
||||
do
|
||||
if [ $ARCH != source ] ; then
|
||||
|
|
Loading…
Reference in New Issue