Mark Hanson wrote on Thu, Jul 22, 2010 at 07:25:58 -0700: > + file exp/foo.txt exp/repo2/foo.txt > exp/foo.txt: ASCII text, with CRLF line terminators > exp/repo2/foo.txt: ASCII text > > Does this reproduce with the trunk?
Yes, I get the same output with trunk. > #!/bin/sh -x > mkdir scratch; cd scratch Need to check if it exists before the mkdir.