ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/update_ptytty
Revision: 1.6
Committed: Mon May 30 21:24:41 2011 UTC (13 years, 1 month ago) by sf-exg
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +0 -0 lines
State: FILE REMOVED
Log Message:
Embed libptytty.

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