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 (12 years, 11 months 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

# 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