summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorHartmut Holzgraefe <hholzgra@php.net>2003-06-25 11:05:48 +0000
committerHartmut Holzgraefe <hholzgra@php.net>2003-06-25 11:05:48 +0000
commit0072188eeb69f6c4f6e4b46d7b5d9d125e96d172 (patch)
tree36cd82b4cddd0303489ba2962f3ff536625dc39c /ext
parent60ffd0ea5d224697ae09386cb643e2738d95fa4f (diff)
downloadphp-git-0072188eeb69f6c4f6e4b46d7b5d9d125e96d172.tar.gz
some awk installations need this escpaed ... BUG #24314 fixed
Diffstat (limited to 'ext')
-rwxr-xr-xext/skeleton/create_stubs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/skeleton/create_stubs b/ext/skeleton/create_stubs
index e7845c2846..61957289d0 100755
--- a/ext/skeleton/create_stubs
+++ b/ext/skeleton/create_stubs
@@ -153,7 +153,7 @@ BEGIN {
}
# if (x = gobble("\\)")) {
- gobble("\\]* *)")
+ gobble("\\]* *\\)")
sub(/^[ \t]+/, "", line)
fcomments[num_funcs] = line
# }