aboutsummaryrefslogtreecommitdiffstats
path: root/db-build
diff options
context:
space:
mode:
Diffstat (limited to 'db-build')
-rwxr-xr-xdb-build2
1 files changed, 1 insertions, 1 deletions
diff --git a/db-build b/db-build
index e9a05aa..edd357a 100755
--- a/db-build
+++ b/db-build
@@ -5,7 +5,7 @@
main() {
source $(dirname $0)/config.bash
- "$REPOSE_BINARY" "$DATABASE" --root "$REPO_ROOT" --pool "$REPO_POOL" -v --xz --files
+ "$REPOSE_BINARY" "$DATABASE" --root "$REPO_ROOT" --pool "$REPO_POOL" -v --xz --files "$@"
}
main "$@"