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-remove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bin/db-repo-remove') diff --git a/src/bin/db-repo-remove b/src/bin/db-repo-remove index e3c29dd..8e3c37a 100644 --- a/src/bin/db-repo-remove +++ b/src/bin/db-repo-remove @@ -19,4 +19,4 @@ CONFIG_DIR="$(dirname "$(readlink -e "$0")")/etc" FLAGS=("${@}") -RUN_DIR="xbs rm ${FLAGS[@]}" +"${BIN_DIR}"/xbs rm ${FLAGS[@]}" -- cgit v1.2.3