ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/update_ptytty
(Generate patch)

Comparing rxvt-unicode/update_ptytty (file contents):
Revision 1.4 by root, Wed Jan 25 10:51:26 2006 UTC vs.
Revision 1.5 by ayin, Wed Oct 31 15:21:22 2007 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines