diff options
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-04-15 19:19:30 +0200 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-04-15 19:19:30 +0200 |
commit | c3c08ee41c01b0beb2f53d7e75cf089dfbae9f99 (patch) | |
tree | ea19a9fa4d1c131db915e4887f1e9f56fa980531 /db-testing64 | |
parent | e685ac2accb50e575492372c3f73e500039a7a6b (diff) | |
download | dbscripts-c3c08ee41c01b0beb2f53d7e75cf089dfbae9f99.tar.gz dbscripts-c3c08ee41c01b0beb2f53d7e75cf089dfbae9f99.tar.xz |
Switch to proper script usage
Switch to a callable script in place of an include file
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'db-testing64')
-rwxr-xr-x | db-testing64 | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/db-testing64 b/db-testing64 index c34355b..244372b 100755 --- a/db-testing64 +++ b/db-testing64 @@ -1,7 +1,3 @@ #!/bin/bash -repoid=4 -reponame="testing" -arch="x86_64" - -. $(dirname $0)/db-inc +$(dirname $0)/db-update "x86_64" "testing" |