You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Jim Jagielski <ji...@hyperreal.com> on 1996/03/16 23:50:16 UTC

cvs commit: apache/src Configure

jim         96/03/16 14:50:16

  Modified:    src       Configure
  Log:
  stupid typo
  
  Revision  Changes    Path
  1.4       +1 -1      apache/src/Configure
  
  Index: Configure
  ===================================================================
  RCS file: /export/home/cvs/apache/src/Configure,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -C3 -r1.3 -r1.4
  *** Configure	1996/03/16 22:44:48	1.3
  --- Configure	1996/03/16 22:50:14	1.4
  ***************
  *** 10,16 ****
      echo "Using alternate config file $2"
      file=$2 
    else
  !   echo "Using \'$file\' as config file"
    fi
    
    # First, strip comments and blank lines...
  --- 10,16 ----
      echo "Using alternate config file $2"
      file=$2 
    else
  !   echo "Using '$file' as config file"
    fi
    
    # First, strip comments and blank lines...