[990] in Source-Commits
athena/bin/rep rep.c
daemon@ATHENA.MIT.EDU (Greg Hudson)
Sat Jan 11 14:13:52 1997
From: Greg Hudson <ghudson@MIT.EDU>
To: source-commits@MIT.EDU
Date: Sat, 11 Jan 1997 14:13:42 EST
Update of /afs/dev.mit.edu/source/repository/athena/bin/rep
In directory the-light-fantastic:/afs/dev.mit.edu/user/ghudson/athena/bin/rep
Modified Files:
rep.c
Log Message:
Follow the Athena coding standards.
Don't use system(); use fork() and exec() instead, to avoid passing
characters through the shell quoting mechanism twice.