]> granicus.if.org Git - apache/commitdiff
Reports arrive that some awks are tripped up by an unquoted, unpaired
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 24 Nov 2001 16:38:01 +0000 (16:38 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 24 Nov 2001 16:38:01 +0000 (16:38 +0000)
  open curly brace.  This solves, seems to have to adverse affects on
  other awks.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92165 13f79535-47bb-0310-9956-ffa450edef68

Makefile.win

index bbc0a0f853246f457836a977a7a1f64ba5de9fb8..1de4b6caac6c1f5ba305d81284fffd65ef0684b4 100644 (file)
@@ -461,7 +461,7 @@ _install:
        if not exist "$(INSTDIR)\conf\ssl.conf" \
             copy "$(INSTDIR)\conf\ssl.default.conf" "$(INSTDIR)\conf\ssl.conf"
        awk -f <<script.awk "support\dbmmanage.in" >"$(INSTDIR)\bin\dbmmanage.pl"
-    { if ( $$0 ~ /^BEGIN { @AnyDBM_File::/ ) {
+    { if ( $$0 ~ /^BEGIN \{ @AnyDBM_File::/ ) {
           sub( /ISA = qw\(.*\)/, "ISA = qw(SDBM_File)" ); 
       }
       if ( $$0 !~ /^#!@perlbin@/ )