* Fix bash version variable in URL

--HG--
extra : convert_revision : 3a79bb17b38cc6de94adb8a980e1c0000484e6d8
This commit is contained in:
pancake 2008-11-21 16:03:04 +01:00
parent 17c2099ca9
commit 5f28e3aef4
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ pre_configure()
{
# Apply all patches for current (3.2) version.
local lpatch="039"
local URL="http://ftp.gnu.org/gnu/bash/bash-$version-patches"
local URL="http://ftp.gnu.org/gnu/bash/bash-$bash_distver-patches"
for p in $(seq -w 001 $lpatch); do
if [ ! -f "$XBPS_SRCDISTDIR/bash32-$p" ]; then