I think there's an extra / in the cvs add line in the loop.
Gibbs Tanton - tgibbs writes:
>I don't think anyone objects to this...I vote go ahead and move the .h files
>and modify Makefile.in according to Brent's email.
>
>Tanton
>
> $ cvs -q upd -AdP
> $ mkdir -p include/parrot
> $ cvs add include
> $ cvs add include/parrot
> $ for hdr in *.h; do
> cp -a $hdr include/parrot
> cvs add /include/parrot/$hdr
> cvs remove -f $hdr
> done
> $ cvs commit -m 'gnp: Moved all header files to include/parrot'
>