diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2015-09-14 15:59:21 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2015-09-14 15:59:21 +0100 |
commit | 166aa97f75d01dababc94c78b8ca1192479166a7 (patch) | |
tree | 03732a0264f6a3e12d232c95667e13355c2ba2ac | |
parent | d47789620b76a8a9b08b3f999211e25fcf8ee25f (diff) | |
download | rtmux-166aa97f75d01dababc94c78b8ca1192479166a7.tar.gz rtmux-166aa97f75d01dababc94c78b8ca1192479166a7.tar.bz2 rtmux-166aa97f75d01dababc94c78b8ca1192479166a7.zip |
No more $Id$.
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | tools/cmp-cvs.sh | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 696ccb2b..8b39ccfc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -# $Id$ +# Makefile.am # Obvious program stuff. bin_PROGRAMS = tmux diff --git a/configure.ac b/configure.ac index f3fabd94..7874e2a7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -# $Id$ +# configure.ac # Miscellaneous bits. AC_INIT(tmux, 2.1) diff --git a/tools/cmp-cvs.sh b/tools/cmp-cvs.sh index 104ded6b..5429d769 100644 --- a/tools/cmp-cvs.sh +++ b/tools/cmp-cvs.sh @@ -1,4 +1,4 @@ -# $Id$ +#!/bin/ksh rm diff.out touch diff.out |