diff options
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-05-05 23:18:39 +0200 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-05-05 23:18:39 +0200 |
commit | 79e7365c6afdd0010cc5b64d63099c673320fe6e (patch) | |
tree | 8360c5f9c35592d4c6e281cb4d4e360dce1ce7f7 /db-update | |
parent | 6cb8979c4e48ec86df7b0740cb49f0fe42997f1a (diff) | |
download | dbscripts-79e7365c6afdd0010cc5b64d63099c673320fe6e.tar.gz dbscripts-79e7365c6afdd0010cc5b64d63099c673320fe6e.tar.xz |
Switch the params to be inline with archrelease
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'db-update')
-rwxr-xr-x | db-update | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,8 +13,8 @@ else exit 1 fi -arch="$1" -reponame="$2" +reponame="$1" +arch="$2" export CARCH="$arch" |