=== modified file 'functions/fsb_target_gentoo_autobuild_stage' --- functions/fsb_target_gentoo_autobuild_stage 2013-05-22 16:32:14 +0000 +++ functions/fsb_target_gentoo_autobuild_stage 2013-05-21 22:56:11 +0000 @@ -5,9 +5,9 @@ typeset -g STAGE_GENTOO_TARBALL_URL local txt relative prefix txt=$FSB_GENTOO_MIRROR/releases/$STAGE_GENTOO_ARCH/autobuilds/$STAGE_GENTOO_NAME.txt - relative=$(wget -qO - $txt | grep -v '^#') - (( $pipestatus[1] )) && die "could not fetch $txt" - [[ -z "$relative" ]] && die "no filename found in $txt" + relative=$(wget -qO - $1 | grep -v '^#') + (( $pipestatus[1] )) && die "could not fetch $1" + [[ -z "$relative" ]] && die "no filename found in $1" prefix=$txt:h STAGE_GENTOO_TARBALL_URL=$prefix/$relative fi