On 9/07/2009, at 11:10 AM, matthew green wrote:
=================================================================== RCS file: /vol/src/rsync-src/src/distrib/sets/makeplist,v retrieving revision 1.19 diff -r1.19 makeplist 126c126 < cd - ---cd - > /dev/nullthis is not right. you need to make it chdir back to the previous dir.
But it does chdir back to the previous dir. The problem is that bash prints the name of the previous dir to stdout when you do this, and our stdout is being used to construct the PLIST, so we end up with rubbish at the top of the PLIST.
Cheers, Lloyd