summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdb-move2
1 files changed, 1 insertions, 1 deletions
diff --git a/db-move b/db-move
index 35e8aca..6faadbc 100755
--- a/db-move
+++ b/db-move
@@ -12,7 +12,7 @@ args=(${@})
repo_from="${args[0]}"
repo_to="${args[1]}"
arch="${args[2]}"
-pkgs="${args[@]:3}"
+pkgs=("${args[@]:3}")
ftppath_from="${FTP_BASE}/${repo_from}/os/"
ftppath_to="${FTP_BASE}/${repo_to}/os/"