Remove trailing whitespace.
[dana/urxvt.git] / update_ptytty
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