mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
No need for $Id$ now.
This commit is contained in:
@ -1,8 +0,0 @@
|
||||
# $Id$
|
||||
|
||||
for i in *.[ch] tmux.1; do
|
||||
(head -1 $i|grep '$OpenBSD' >/dev/null) || continue
|
||||
mv $i $i~ || exit
|
||||
sed 's/\$OpenBSD.* \$/$\Id$/' $i~ >$i || exit
|
||||
echo $i
|
||||
done
|
Reference in New Issue
Block a user