darcs-2.1.2.1: tests/toolbox.sh
#!/usr/bin/env bash . lib # setting IFS is an ugly hack for Cygwin # so that the hspwd backtick IFS='' DIR=`hspwd` abort_windows # set up the repository rm -rf temp1 # another script may have left a mess. mkdir temp1 cd temp1 darcs init touch foo darcs add foo # trick: hitting 'enter' in interactive darcs record echo n/ | tr / \\012 | darcs record cd .. rm -rf temp1