From 79e7365c6afdd0010cc5b64d63099c673320fe6e Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Mon, 5 May 2008 17:18:39 -0400 Subject: Switch the params to be inline with archrelease Signed-off-by: Aaron Griffin --- db-update | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'db-update') diff --git a/db-update b/db-update index 766a2d5..6c9af1a 100755 --- a/db-update +++ b/db-update @@ -13,8 +13,8 @@ else exit 1 fi -arch="$1" -reponame="$2" +reponame="$1" +arch="$2" export CARCH="$arch" -- cgit v1.2.3-2-g168b