summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xPorting/p4desc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/p4desc b/Porting/p4desc
index 27f44f6af1..0bf79da2e0 100755
--- a/Porting/p4desc
+++ b/Porting/p4desc
@@ -65,7 +65,7 @@ my $cur = m|^Affected files| ... m|^Differences|;
# while we are within range
if ($cur) {
- if (m|^\.\.\. (//depot/.+?#\d+) (add|branch)$|) {
+ if (m{^\.\.\. (//depot/.+?#\d+) (add|branch)$}) {
my $newfile = $1;
push @addfiles, $newfile;
warn "$newfile add, revision != 1!\n" unless $newfile =~ /#1$/;