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.3 by root, Sun Jan 22 01:00:42 2006 UTC vs.
Revision 1.4 by root, Wed Jan 25 10:51:26 2006 UTC

1#!/bin/sh 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 subling of rxvt-unicode
5 5
6for i in ptytty.m4 src/libptytty.h src/ptytty.C src/ptytty.h src/logging.C src/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