Fix boo-boo in prep_tarball script.

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
certified/1.8.11
Leif Madsen 14 years ago
parent 59f002fd67
commit c17dc2fe78

@ -24,6 +24,6 @@ wget https://wiki.asterisk.org/wiki/download/attachments/19005471/Asterisk-Admin
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!"

Loading…
Cancel
Save