From: Roland Haeder Date: Tue, 8 Apr 2014 21:11:19 +0000 (+0200) Subject: Some fixes? X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=94d27b5c79699c9ad3017a5e467afa5e778fc3e9 Some fixes? Signed-off-by: Roland Häder --- 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