From 94d27b5c79699c9ad3017a5e467afa5e778fc3e9 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Tue, 8 Apr 2014 23:11:19 +0200 Subject: [PATCH] Some fixes? MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- contrib/remove-deprecated.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/remove-deprecated.sh b/contrib/remove-deprecated.sh index 4ce3453213..d093948663 100755 --- a/contrib/remove-deprecated.sh +++ b/contrib/remove-deprecated.sh @@ -15,5 +15,5 @@ LIST="${LIST1} ${LIST2}" if test "${LIST}" != " "; then echo "${LIST}" | cut -d ":" -f 1 | xargs git rm - sh ../../contrib/todo-builder.sh + sh `dirname $0`/todo-builder.sh fi -- 2.30.2