$OpenBSD: patch-tla_tests_test-framework,v 1.1.1.1 2004/06/10 07:50:43 xsa Exp $ --- tla/tests/test-framework.orig 2004-02-26 23:01:32.000000000 +0100 +++ tla/tests/test-framework 2004-06-09 23:45:41.000000000 +0200 @@ -177,7 +177,6 @@ setup_with_somewhat_interesting_explicit 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 -) }