4 # darcs does not support cygwin paths (/cygdrive/c/foo), so if
5 # we want to run the test suite under Cygwin Bash, we must
8 if uname |
grep -i cygwin
> /dev
/null
; then
21 darcs record
-am "initial add"
22 darcs changes
--context > my_context
23 IFS
='' # annoying hack for cygwin and portable_pwd below
25 abs_to_context
=${DIR}/my_context
27 darcs get first
--context=${abs_to_context} second