ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/update_ptytty
Revision: 1.5
Committed: Wed Oct 31 15:21:22 2007 UTC (16 years, 6 months ago) by ayin
Branch: MAIN
CVS Tags: rel-8_9, rel-9_11, rel-9_10, rel-8_5a, rel-8_8, rel-9_0, rel-8_6, rel-8_7, rel-9_09, rel-9_02, rel-9_01, rel-9_06, rel-9_07, rel-9_05
Changes since 1.4: +1 -1 lines
Log Message:
Fix typo.

File Contents

# Content
1 #!/bin/bash
2
3 # updates libptytty from pristine sources, check out libptytty
4 # as a sibling 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