diff options
author | Tiago Cunha <tcunha@gmx.com> | 2011-07-09 09:42:33 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2011-07-09 09:42:33 +0000 |
commit | 391f1f08c0b2bc82c3ac34d5a8708cf1f93c652c (patch) | |
tree | 515171aca1f1ca4f9aea487f73b5c0885dc45388 /tools/fix-ids.sh | |
parent | 8357a55d768f268355129e3b97422bfe3f0af1ac (diff) | |
download | rtmux-391f1f08c0b2bc82c3ac34d5a8708cf1f93c652c.tar.gz rtmux-391f1f08c0b2bc82c3ac34d5a8708cf1f93c652c.tar.bz2 rtmux-391f1f08c0b2bc82c3ac34d5a8708cf1f93c652c.zip |
Expand the Id keyword.
Diffstat (limited to 'tools/fix-ids.sh')
-rw-r--r-- | tools/fix-ids.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/fix-ids.sh b/tools/fix-ids.sh index 35160504..4621d2b4 100644 --- a/tools/fix-ids.sh +++ b/tools/fix-ids.sh @@ -1,4 +1,4 @@ -# $Id: fix-ids.sh,v 1.3 2009-07-01 19:03:34 nicm Exp $ +# $Id$ for i in *.[ch] tmux.1; do (head -1 $i|grep '$OpenBSD' >/dev/null) || continue |