mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
release: update release-checks.sh for s/version/version.txt/
Another place missed by the rename.
This commit is contained in:
parent
0e6d2876b8
commit
8e721f12ba
1 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ append_emsg ()
|
||||||
emsgs="${emsgs:+$emsgs\n} $1"
|
emsgs="${emsgs:+$emsgs\n} $1"
|
||||||
}
|
}
|
||||||
|
|
||||||
for f in ./version debian/changelog NEWS "$PV_FILE"
|
for f in ./version.txt debian/changelog NEWS "$PV_FILE"
|
||||||
do
|
do
|
||||||
if [ ! -f "$f" ]; then append_emsg "File '$f' is missing"
|
if [ ! -f "$f" ]; then append_emsg "File '$f' is missing"
|
||||||
elif [ ! -r "$f" ]; then append_emsg "File '$f' is unreadable"
|
elif [ ! -r "$f" ]; then append_emsg "File '$f' is unreadable"
|
||||||
|
@ -53,7 +53,7 @@ then
|
||||||
else
|
else
|
||||||
echo "Reading './version' file failed (surprisingly!)"
|
echo "Reading './version' file failed (surprisingly!)"
|
||||||
exit 1
|
exit 1
|
||||||
fi < ./version
|
fi < ./version.txt
|
||||||
|
|
||||||
readonly VERSION
|
readonly VERSION
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue