summaryrefslogtreecommitdiff
path: root/doc/handbook/get_wiki_release_notes
diff options
context:
space:
mode:
Diffstat (limited to 'doc/handbook/get_wiki_release_notes')
-rwxr-xr-xdoc/handbook/get_wiki_release_notes12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/handbook/get_wiki_release_notes b/doc/handbook/get_wiki_release_notes
index 9d5d512..e52f74c 100755
--- a/doc/handbook/get_wiki_release_notes
+++ b/doc/handbook/get_wiki_release_notes
@@ -4,17 +4,17 @@
INFILE=releasenotes.in
OUTFILE=releasenotes.txt
-CRUX_VERSION=3.2
+CRUX_VERSION=3.3
URL="http://crux.nu/Main/ReleaseNotes${CRUX_VERSION//\./-}?action=print"
set -x
links -no-numbering -no-references -dump $URL > $INFILE
-cat $INFILE|while read n; do
- if [ -n "$intext" ]; then
+cat $INFILE|while read n; do
+ if [ -n "$intext" ]; then
cat
- elif [ "$n" = "Main: ReleaseNotes${CRUX_VERSION//\./-}" ]; then
- intext="yes";
- fi
+ elif [ "$n" = "Main: ReleaseNotes${CRUX_VERSION//\./-}" ]; then
+ intext="yes";
+ fi
done > $OUTFILE
rm $INFILE

Generated by cgit