|
From: <pa...@us...> - 2003-07-06 22:59:00
|
Update of /cvsroot/emc/rcslib/etc
In directory sc8-pr-cvs1:/tmp/cvs-serv16540/etc
Modified Files:
platname
Log Message:
Someone missed a closing #endif
Index: platname
===================================================================
RCS file: /cvsroot/emc/rcslib/etc/platname,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** platname 20 Jun 2003 13:56:09 -0000 1.31
--- platname 6 Jul 2003 22:58:57 -0000 1.32
***************
*** 1,4 ****
--- 1,12 ----
#!/bin/sh
+ # Virtually everthing beyond this point screws up builds on the majority
+ # (read "all") standard RT linux boxes.
+ # Will is about the only one wanting the convoluted PLAT names, so exit
+ # early if not him....
+ if test "${USER}" != "Shackleford"; then
+ exit 0
+ fi
+
# 20-Jun-2003 WPS moved this to the front and add warning message
# This allows this script to be more or less manually bypassed
|