Skip to content

Commit fee7f84

Browse files
committed
Added 'set -o allexport' to fix problem with release date.
1 parent bb54f41 commit fee7f84

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/newReleaseNotes.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ if [[ -r $template ]]
2424
then
2525
echo "#!/bin/bash" > $tmpfile
2626
echo "source vars.${newVers}" >> $tmpfile
27+
echo "set -o allexport" >> $tmpfile
2728
echo "cat >esapi4java-core-${VERSION}-release-notes.txt <<${hereDocBanner}" >> $tmpfile
2829
cat $template >> $tmpfile
2930
echo "${hereDocBanner}" >> $tmpfile

0 commit comments

Comments
 (0)