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, 8 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

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