[Lunar-commits] CVS: moonbase/net/portmap BUILD,1.2,1.3
    Steven Michalske 
    hardkrash at lunar-linux.org
       
    Mon Feb 16 03:26:13 GMT 2004
    
    
  
Update of /var/cvs/lunar/moonbase/net/portmap
In directory dbguin.lunar-linux.org:/tmp/cvs-serv4715
Modified Files:
	BUILD 
Log Message:
missing " oopsy
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/portmap/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD	22 Mar 2003 18:26:13 -0000	1.2
+++ BUILD	16 Feb 2004 03:26:11 -0000	1.3
@@ -2,7 +2,7 @@
 
 #  sed  s/"const char \*what"/"__const char \*what"/ portmap.c > portmap.c~  &&
 #  mv  portmap.c~  portmap.c  &&
-  if [ $OPTS == "NO" ]
+  if [ "$OPTS" == "NO" ]
   then
    sedit "s|\$(WRAP_DIR)/libwrap.a||" Makefile &&
    sedit "s|^HOSTS_ACCESS=|#HOSTS_ACCESS=|" Makefile
    
    
More information about the Lunar-commits
mailing list