From c3c08ee41c01b0beb2f53d7e75cf089dfbae9f99 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Tue, 15 Apr 2008 13:19:30 -0400 Subject: Switch to proper script usage Switch to a callable script in place of an include file Signed-off-by: Aaron Griffin --- db-unstable64 | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'db-unstable64') diff --git a/db-unstable64 b/db-unstable64 index 225cf97..d9448ab 100755 --- a/db-unstable64 +++ b/db-unstable64 @@ -1,8 +1,4 @@ #!/bin/bash -repoid=3 -reponame="unstable" -arch="x86_64" - -. $(dirname $0)/db-inc +$(dirname $0)/db-update "x86_64" "unstable" -- cgit v1.2.3-24-g4f1b