pstsrv: fix variable name
This commit is contained in:
parent
66ee27664d
commit
2231ee3e8d
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ do_upload()
|
||||||
$uploader - || rc=1
|
$uploader - || rc=1
|
||||||
else
|
else
|
||||||
for arg; do
|
for arg; do
|
||||||
$upload "$arg" || rc=1
|
$uploader "$arg" || rc=1
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue