2010/12/31 Johannes Sixt <j6t@xxxxxxxx>: > On Windows, bash stores absolute path names in shell variables in POSIX > format that begins with a slash, rather than in drive-letter format; such > a value is converted to the latter format when it is passed to a non-MSYS > program such as git. Hmm.. from test-lib.sh: TEST_DIRECTORY=$(pwd) test="trash directory.$(basename "$0" .sh)" TRASH_DIRECTORY="$TEST_DIRECTORY/$test" I'm just curious how these lines make $TRASH_DIRECTORY in POSIX format, while here=$(pwd) in your patch does not. Does bash auto convert value in TRASH_DIRECTORY="$TE..." line? -- Duy -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html