A hardcoded a branch number was in the prep_tarball which could not work. Changed
it to the variable.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@343791
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
echo "Extracting HTML Admin Guide"
unzip Asterisk-Admin-Guide-$branch.html.zip
mv AST/ Asterisk-Admin-Guide/
-mv Asterisk-Admin-Guide-1.8.pdf Asterisk-Admin-Guide.pdf
+mv Asterisk-Admin-Guide-$branch.pdf Asterisk-Admin-Guide.pdf
rm -f Asterisk-Admin-Guide-$branch.html.zip
echo "Documentation downloaded. Goodbye!"