]> git.mxchange.org Git - mailer.git/blobdiff - contrib/remove-deprecated.sh
Some fixes?
[mailer.git] / contrib / remove-deprecated.sh
index 4ce34532133131ef4f65db65d9f44901c380cb89..d093948663704ab5df8786ab5d96318841e9d577 100755 (executable)
@@ -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