pstsrv: fix variable name

This commit is contained in:
Lucas 2020-04-25 22:41:10 +00:00
parent 66ee27664d
commit 2231ee3e8d
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ do_upload()
$uploader - || rc=1
else
for arg; do
$upload "$arg" || rc=1
$uploader "$arg" || rc=1
done
fi