diff --git a/aptpkg b/aptpkg index b859abe..588bc83 100755 --- a/aptpkg +++ b/aptpkg @@ -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