diff options
Diffstat (limited to 'scripts/fixfsfaddr.sed')
-rw-r--r-- | scripts/fixfsfaddr.sed | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/fixfsfaddr.sed b/scripts/fixfsfaddr.sed index 62d0cae9..24d101a6 100644 --- a/scripts/fixfsfaddr.sed +++ b/scripts/fixfsfaddr.sed @@ -5,7 +5,7 @@ # The script helps to fix the FSF address # Use: -# find . -name .svn -prune , type f | xargs fgrep -l "Free Software Foundation" | xargs sed -i -f fixfsfaddr.sed +# tqfind . -name .svn -prune , type f | xargs fgrep -l "Free Software Foundation" | xargs sed -i -f fixfsfaddr.sed # Note: you should check the changes before committing them. # Implementation note: we need to replace phrase by phrase, as |