]> git.sesse.net Git - kdenlive/blobdiff - reindent.sh
Adding Till to the authors list, reorder to put active contributors on the top.
[kdenlive] / reindent.sh
index 0233d0c38ad9cfcfeb87ef248880f5252068fcaa..5d6708de1ad270b86e05b89dd704912389b42756 100755 (executable)
@@ -1,6 +1,7 @@
 #! /bin/sh
 
-SRCDIRS="src plugins renderer thumbnailer"
+WRKDIR=$(dirname $0)
+SRCDIRS="$WRKDIR/src $WRKDIR/plugins $WRKDIR/renderer $WRKDIR/thumbnailer"
 
 if [ $# -gt 0 ]
 then