From 6646745d97d1f5c31b0a5e1b9f0c098e1392c58c Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 12 Jul 2007 09:52:32 +0000 Subject: r23851: export _ABS versions of PREFIX and SRCDIR metze (This used to be commit 759b5d94b378429a35c9901b870a89c99dad14f2) --- source4/selftest/selftest.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/selftest/selftest.pl') diff --git a/source4/selftest/selftest.pl b/source4/selftest/selftest.pl index 45e352f731..04e54b0145 100755 --- a/source4/selftest/selftest.pl +++ b/source4/selftest/selftest.pl @@ -505,7 +505,9 @@ die("using an empty absolute prefix isn't allowed") unless $prefix_abs ne ""; die("using '/' as absolute prefix isn't allowed") unless $prefix_abs ne "/"; $ENV{PREFIX} = $prefix; +$ENV{PREFIX_ABS} = $prefix_abs; $ENV{SRCDIR} = $srcdir; +$ENV{SRCDIR_ABS} = $srcdir_abs; my $tls_enabled = not $opt_quick; my $from_build_farm = (defined($ENV{RUN_FROM_BUILD_FARM}) and -- cgit