]> git.sesse.net Git - kdenlive/commitdiff
Remove all .orig files after indenting, not just under src/
authorRay Lehtiniemi <rayl@mail.com>
Sat, 4 Apr 2009 01:30:27 +0000 (01:30 +0000)
committerRay Lehtiniemi <rayl@mail.com>
Sat, 4 Apr 2009 01:30:27 +0000 (01:30 +0000)
Signed-off-by: Ray Lehtiniemi <rayl@mail.com>
svn path=/trunk/kdenlive/; revision=3206

reindent.sh

index 56ed0d8b450bf3d4439f3b7dad7dafa2fec843d1..0233d0c38ad9cfcfeb87ef248880f5252068fcaa 100755 (executable)
@@ -21,7 +21,7 @@ read del
 if [ "x${del}" = "xy" ]
 then
    echo "removing .orig files"
-   find src -iname "*.orig" -exec rm {} ";"
+   find $SRCDIRS -iname "*.orig" -exec rm {} ";"
 else
    echo "Not deleting .orig files"
 fi