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-testing | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'db-testing') diff --git a/db-testing b/db-testing index 15205a2..e2fe01d 100755 --- a/db-testing +++ b/db-testing @@ -1,7 +1,3 @@ #!/bin/bash -repoid=4 -reponame="testing" -arch="i686" - -. $(dirname $0)/db-inc +$(dirname $0)/db-update "i686" "testing" -- cgit v1.2.3-54-g00ecf