aboutsummarylogtreecommitdiffstats
path: root/up
diff options
context:
space:
mode:
authoreoli3n2020-11-16 09:42:36 +0100
committereoli3n2020-11-16 09:42:36 +0100
commit531ebe1299bb77826ad79f02e100e6d2ec1fab46 (patch)
tree8de4aeb61613c3a89784c6044172757e0ae3ea9f /up
parent463380d47fa31476f222a81d8f7ef53f8ed51362 (diff)
downloadaur-531ebe1299bb77826ad79f02e100e6d2ec1fab46.tar.gz
still...
Diffstat (limited to 'up')
-rwxr-xr-xup4
1 files changed, 2 insertions, 2 deletions
diff --git a/up b/up
index 8b53b6d5d99f..be5831273201 100755
--- a/up
+++ b/up
@@ -63,7 +63,7 @@ function upload(){
# Arguments
function arguments(){
- while getopts "hat:" arg "$args"
+ while getopts "hat:" arg "${args[@]}"
do
case $arg in
a)
@@ -163,4 +163,4 @@ function main(){
# Main
args="$@"
-main "$args"
+main "${args[@]}"