Bugzilla bug 316594: print the value of the BUILD_OPT environment
variable. r=sandeep.konchady. sr=glen.beasley. git-svn-id: svn://10.0.0.236/trunk@184732 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
1be649b1ca
commit
fcbbafeb9c
@ -186,6 +186,7 @@ sub setup_vars {
|
||||
print "NATIVE_FLAG=$ENV{NATIVE_FLAG}\n";
|
||||
print "$ld_lib_path=$ENV{$ld_lib_path}\n";
|
||||
print "CLASSPATH=$ENV{CLASSPATH}\n";
|
||||
print "BUILD_OPT=$ENV{BUILD_OPT}\n";
|
||||
print "USE_64=$ENV{USE_64}\n";
|
||||
print "testdir=$testdir\n";
|
||||
print "portJSSEServer=$portJSSEServer\n";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user