openbsd-ports/devel/tla/patches/patch-tla_tests_test-framework
2010-05-19 23:29:14 +00:00

12 lines
448 B
Plaintext

$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 () {
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 -)
}