ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/update_ptytty
Revision: 1.3
Committed: Sun Jan 22 01:00:42 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-7_2
Changes since 1.2: +3 -0 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 #!/bin/sh
2    
3 root 1.3 # updates libptytty from pristine sources, check out libptytty
4     # as a subling of rxvt-unicode
5    
6 root 1.2 for i in ptytty.m4 src/libptytty.h src/ptytty.C src/ptytty.h src/logging.C src/fdpass.C; do
7 root 1.1 cp ../libptytty/$i $i
8     done