Some fixes?
authorRoland Haeder <roland@mxchange.org>
Tue, 8 Apr 2014 21:11:19 +0000 (23:11 +0200)
committerRoland Haeder <roland@mxchange.org>
Tue, 8 Apr 2014 21:11:19 +0000 (23:11 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
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