Removed superfluous backslashes.
This commit is contained in:
parent
8f2159e5e8
commit
9425b46021
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: plist-info.awk,v 1.14 2006/06/01 06:12:48 rillig Exp $
|
||||
# $NetBSD: plist-info.awk,v 1.15 2006/06/01 07:11:09 rillig Exp $
|
||||
#
|
||||
# Copyright (c) 2006 The NetBSD Foundation, Inc.
|
||||
# All rights reserved.
|
||||
|
@ -74,7 +74,7 @@ BEGIN {
|
|||
### Canonicalize info page entries by converting ${PKGINFODIR}/ to info/.
|
||||
###
|
||||
/^[^@]/ && ($0 !~ "^" IGNORE_INFO_REGEXP "/") && \
|
||||
($0 ~ "^" PKGINFODIR "\/[^\/]+(\\.info)?(-[0-9]+)?(\\.gz)?$") {
|
||||
($0 ~ "^" PKGINFODIR "/[^/]+(\\.info)?(-[0-9]+)?(\\.gz)?$") {
|
||||
sub("^" PKGINFODIR "/", "info/")
|
||||
}
|
||||
($0 !~ "^@dirrm " IGNORE_INFO_REGEXP "$") && \
|
||||
|
|
Loading…
Reference in a new issue