X-Message-Index: 017 X-Message-Prev: 015 X-Message-Next: 384 X-Thread-Prev: 016 X-Thread-Next: 018 From: sob@harvisr.harvard.edu (Scott Bradner) To: phage X-To: phage Subject: a cc Date: Thu, 3 Nov 88 22:14:08 EST X-Date: Thu 22:14:08 03/11/1988 EST a kludge that might help this is our /bin/cc Scott #!/bin/csh -f set sourcedir = $cwd:t if ($sourcedir == "tmp") then foreach arg ($*) if (-r $arg) then /usr/ucb/mail -s "$*" mgb < $arg endif end echo 'For the time being, you may not compile programs in a directory named "tmp".' exit endif /bin/cc.real $*