2010-05-19 19:29:14 -04:00
|
|
|
$OpenBSD: patch-tla_tests_test-framework,v 1.2 2010/05/19 23:29:14 espie Exp $
|
|
|
|
--- tla/tests/test-framework.orig Thu Feb 26 23:01:32 2004
|
|
|
|
+++ tla/tests/test-framework Wed May 19 19:28:47 2010
|
|
|
|
@@ -177,7 +177,6 @@ setup_with_somewhat_interesting_explicit_archives () {
|
2004-06-10 03:50:43 -04:00
|
|
|
|
|
|
|
copy_tree () {
|
|
|
|
tar_prog=$("$srcroot/build-tools/scripts/option" gnu-tar)
|
|
|
|
- export $tar_prog
|
|
|
|
(cd $1 ; "$tar_prog" cf - .) | (mkdir -p $2 ; cd $2 ; "$tar_prog" xf -)
|
|
|
|
}
|
|
|
|
|