summaryrefslogtreecommitdiffstats
path: root/db-move
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2014-01-31 23:19:00 +0100
committerFlorian Pritz <bluewind@xinu.at>2015-05-27 15:46:04 +0200
commite783d30ac46e440869eacbfebbf3d9616952448c (patch)
tree1643a1e84d0934c94aff469eaa0d5220e4ec724a /db-move
parentbe30f5de81421f25609bf8021324fb14fec3437d (diff)
downloaddbscripts-e783d30ac46e440869eacbfebbf3d9616952448c.tar.gz
dbscripts-e783d30ac46e440869eacbfebbf3d9616952448c.tar.xz
bugfix
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'db-move')
-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/"