summaryrefslogtreecommitdiff
path: root/bin/auto_compile
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-11 15:09:29 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-11 15:09:29 +0000
commit51f1a0945aae79b4d7389b77e01b6f054864bcf9 (patch)
tree769ab53039a5353ce094226e2c4575b7868e0f16 /bin/auto_compile
parentccfec5b680a6af3f6a03530ee6c5fe2d6a3309ec (diff)
downloadATCD-51f1a0945aae79b4d7389b77e01b6f054864bcf9.tar.gz
ChangeLogTag:Wed Aug 11 10:07:36 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'bin/auto_compile')
-rwxr-xr-xbin/auto_compile4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/auto_compile b/bin/auto_compile
index 635d54c28f5..faa5a6c72b3 100755
--- a/bin/auto_compile
+++ b/bin/auto_compile
@@ -140,7 +140,7 @@ if ($debug) {
@RUN_LIST = ('TAO/tests/OctetSeq , run_test.pl');
@SINGLE_THREADED_LIST = ('TAO/tests/OctetSeq , run_test.pl');
@MINIMUM_CORBA_LIST = ('TAO/tests/OctetSeq , run_test.pl');
- $ADMIN = $ENV{'USER'};
+ $ADMIN = $ENV{'LOGNAME'};
}
@@ -206,7 +206,7 @@ print HIST $CMD, ': running at ', $date, ' ';
if (-f $disable_file) {
print HIST "DISABLED\n";
- local $to = $ENV{'USER'};
+ local $to = $ENV{'LOGNAME'};
open (MAIL, "|".$MAIL.' -s [AUTO_COMPILE] '.$to)
|| die "Cannot open mail pipe for DISABLED error\n";