Not the first $source
@ -80,9 +80,9 @@ build_file(){
cd "$1" || error_usage_die "Problem with changing directory"
mkdir -p "$builddir"
for url in $source; do
for urls in $source; do
echo "Getting $source"
wget -q "$url"
wget -q "$urls"
done
verify