jim         98/02/21 09:22:57

  Modified:    src      Configure
  Log:
  Oops... wrong quotes :)
  
  Revision  Changes    Path
  1.188     +1 -1      apache-1.3/src/Configure
  
  Index: Configure
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/Configure,v
  retrieving revision 1.187
  retrieving revision 1.188
  diff -u -r1.187 -r1.188
  --- Configure 1998/02/21 17:19:47     1.187
  +++ Configure 1998/02/21 17:22:56     1.188
  @@ -359,7 +359,7 @@
        ;;
       *-freebsd*)
        PLATOSVERS=`echo $PLAT | sed 's/^.*freebsd//'`
  -     OS='FreeBSD $PLATOSVERS'
  +     OS="FreeBSD $PLATOSVERS"
        case "$PLATOSVERS" in
            [23]*)
                DEF_WANTHSREGEX=no
  
  
  

Reply via email to