Merge branch 'ss/maint-msys-cvsexportcommit'
* ss/maint-msys-cvsexportcommit: git-cvsexportcommit: Fix calling Perl's rel2abs() on MSYS t9200: On MSYS, do not pass Windows-style paths to CVS
This commit is contained in:
@ -19,9 +19,9 @@ then
|
||||
test_done
|
||||
fi
|
||||
|
||||
CVSROOT=$(pwd)/cvsroot
|
||||
CVSWORK=$(pwd)/cvswork
|
||||
GIT_DIR=$(pwd)/.git
|
||||
CVSROOT=$PWD/cvsroot
|
||||
CVSWORK=$PWD/cvswork
|
||||
GIT_DIR=$PWD/.git
|
||||
export CVSROOT CVSWORK GIT_DIR
|
||||
|
||||
rm -rf "$CVSROOT" "$CVSWORK"
|
||||
|
Reference in New Issue
Block a user