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.1 by root, Sun Jan 22 00:48:13 2006 UTC vs.
Revision 1.5 by ayin, Wed Oct 31 15:21:22 2007 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines