build/download: this one as well

This commit is contained in:
Franco Fichtner 2019-05-08 06:33:34 +02:00
parent ed3c99c909
commit 44f4417854
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ SELF=download
download()
{
echo ">>> Downloading ${1} from ${PRODUCT_SERVER}..."
scp ${PRODUCT_SERVER}:"${2}/${3}" ${2}
(cd ${2}; echo "get ${2}/${3}" | sftp ${PRODUCT_SERVER})
}
for ARG in ${@}; do