ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/update_ptytty
Revision: 1.4
Committed: Wed Jan 25 10:51:26 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-7_3, rel-7_7, rel-7_6, rel-7_5, rel-7_9, rel-7_8, rel-7_4, rel-7_3a, rel-8_0, rel-8_1, rel-8_2, rel-8_3, rel-8_4
Changes since 1.3: +2 -2 lines
Log Message:
*** empty log message ***

File Contents

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