From 9fb22ceccd65f03478618de4a68afd3f31e0bf6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?coadde=20=5BM=C3=A1rcio=20Alexandre=20Silva=20Delgado=5D?= Date: Sat, 29 Aug 2015 17:48:39 -0300 Subject: add incomplete sync support, optimize xbs and fix some variables --- src/bin/db-repo-add | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bin/db-repo-add') diff --git a/src/bin/db-repo-add b/src/bin/db-repo-add index 6969746..aa6ac88 100644 --- a/src/bin/db-repo-add +++ b/src/bin/db-repo-add @@ -19,4 +19,4 @@ CONFIG_DIR="$(dirname "$(readlink -e "$0")")/etc" FLAGS=("${@}") -RUN_DIR="xbs add ${FLAGS[@]}" +"${BIN_DIR}"/xbs add ${FLAGS[@]}" -- cgit v1.2.3-2-g168b