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
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@/ )