622d20 scripts/sequence-patch.sh: handle spaces in file names

Authored and Committed by Michal Kubecek a month ago
    scripts/sequence-patch.sh: handle spaces in file names
    
    The "find | xargs" pattern without -print0 and -0 does not handle file
    names with spaces correctly. As there is no actual need for xargs, rewrite
    the line to uses "find -exec" instead.
    
        
file modified
+1 -1