diff options
author | Karl Berry <karl@freefriends.org> | 2020-06-28 21:23:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-06-28 21:23:03 +0000 |
commit | 7d96356a06f918159b63abc56e7a4f14988e6504 (patch) | |
tree | 50060c89ab15673f14fba4ba6b7241ae353624ac /Master/texmf-dist/source/latex/biblatex-software | |
parent | 21f8a3530660641c307c0c118032eaa58df340f6 (diff) |
biblatex-software (28jun20)
git-svn-id: svn://tug.org/texlive/trunk@55690 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/biblatex-software')
-rw-r--r-- | Master/texmf-dist/source/latex/biblatex-software/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/latex/biblatex-software/Makefile b/Master/texmf-dist/source/latex/biblatex-software/Makefile index 183640b0506..e8eef5a8fcc 100644 --- a/Master/texmf-dist/source/latex/biblatex-software/Makefile +++ b/Master/texmf-dist/source/latex/biblatex-software/Makefile @@ -43,7 +43,7 @@ endif distrib: # remind maintainer to update version number in the documentation echo -n "Did you update the version number in software-biblatex.tex? [y/N]" - read ans; if [ ".$ans" != ".y" ]; then echo "Please update it and run make distrib again"; exit 0; fi + read ans; if [ ".$$ans" != ".y" ]; then echo "Please update it and run make distrib again"; exit 1; fi # update history rm history.tex make software-biblatex.pdf |