diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2006-11-22 00:15:11 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2006-11-22 00:15:11 +0000 |
commit | f8c8b7f28b76e2511b6ac78a6f987407d4b63371 (patch) | |
tree | 08077bdaa1ae33b7a7a80d097efe4a9b8549b791 /dist-tools | |
parent | a60b5bb50201cdd872f4c597326302445a7e2b1b (diff) | |
download | fetchmail-f8c8b7f28b76e2511b6ac78a6f987407d4b63371.tar.gz fetchmail-f8c8b7f28b76e2511b6ac78a6f987407d4b63371.tar.bz2 fetchmail-f8c8b7f28b76e2511b6ac78a6f987407d4b63371.zip |
Block this script.
svn path=/branches/BRANCH_6-3/; revision=4958
Diffstat (limited to 'dist-tools')
-rwxr-xr-x | dist-tools/indexgen.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dist-tools/indexgen.sh b/dist-tools/indexgen.sh index 0fac4259..f24392e9 100755 --- a/dist-tools/indexgen.sh +++ b/dist-tools/indexgen.sh @@ -2,6 +2,9 @@ # # indexgen.sh -- generate current version of fetchmail home page. # +echo "This script is hopelessly out of date. Abort." >&2 +exit 1 + goldvers="6.2.0" goldname="6.2.0" version=`sed -n <Makefile.in "/VERSION *= */s/VERSION *= *\([^ ]*\)/\1/p"` |