+Some Linux kernel sources handling utilities.
[nethome.git] / bin / kernel / kernelLogfix
1 #! /bin/bash
2 #
3 # $Id$
4 #
5 # Subst $Log...$ -> %Log...% in all the subdirectories.
6 # Required for proper diffing of CVSed Linux kernel sourcetrees.
7
8
9 grep -rl '[$]Log\>' .|xargs perl -i -p -e 's/\$(Log\b[^\$]*)\$/%$1%/g'