aboutsummaryrefslogtreecommitdiffstats
path: root/util/bat.sh
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2015-03-27 01:31:03 +0100
committerRichard Levitte <levitte@openssl.org>2015-03-31 20:16:01 +0200
commit0190de80d57ec234f4b15bdab0efd71264239c62 (patch)
tree23bc43de9e9863b7b0630e52777310f1d8ac3486 /util/bat.sh
parenta80e33b991e29988309964439fa8dba30af7ea5c (diff)
downloadopenssl-0190de80d57ec234f4b15bdab0efd71264239c62.tar.gz
Remove remaining variables for symlinked/copied headers and tests
GitConfigure: no more 'no-symlinks' util/bat.sh, util/mk1mf.pl, util/pl/VC-32.pl, util/pl/unix.pl: - Remove all uses of EXHEADER. That includes removing the use if INC_D and INCO_D. - Replace the check for TEST with a check for [A-Z0-9_]*TEST. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'util/bat.sh')
-rwxr-xr-xutil/bat.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/util/bat.sh b/util/bat.sh
index 459cd9f7e3..dee56d74a3 100755
--- a/util/bat.sh
+++ b/util/bat.sh
@@ -37,9 +37,6 @@ for (;;)
$lib =~ s/^.*\/([^\/]+)$/$1/;
}
- if ($key eq "EXHEADER")
- { $exheader.=&var_add($dir,$val); }
-
if ($key eq "HEADER")
{ $header.=&var_add($dir,$val); }