mirror of
https://github.com/tmate-io/tmate.git
synced 2025-02-18 11:20:56 +01:00
$Id$.
This commit is contained in:
parent
eed4f7600d
commit
8fe3f1dcb2
@ -1,8 +1,8 @@
|
|||||||
# $Id: fix-ids.sh,v 1.2 2009-06-25 16:34:50 nicm Exp $
|
# $Id: fix-ids.sh,v 1.3 2009-07-01 19:03:34 nicm Exp $
|
||||||
|
|
||||||
for i in *.[ch] tmux.1; do
|
for i in *.[ch] tmux.1; do
|
||||||
(head -1 $i|grep '$OpenBSD' >/dev/null) || continue
|
(head -1 $i|grep '$OpenBSD' >/dev/null) || continue
|
||||||
mv $i $i~ || exit
|
mv $i $i~ || exit
|
||||||
sed 's/\$OpenBSD.* \$/$\Id $/' $i~ >$i || exit
|
sed 's/\$OpenBSD.* \$/$\Id$/' $i~ >$i || exit
|
||||||
echo $i
|
echo $i
|
||||||
done
|
done
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* $Id $ */
|
/* $Id: window-clock.c,v 1.8 2009-07-01 19:03:33 nicm Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
|
* Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||||
|
Loading…
Reference in New Issue
Block a user