Skip to content

Commit

Permalink
\1 better written as $1 at Configure.pl line 181.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaud committed May 10, 2011
1 parent e801644 commit 08e717b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configure.pl
Expand Up @@ -178,7 +178,7 @@ sub create_makefile {
}

if ($makefile_timing) {
$maketext =~ s{(?<!\\\n)^(\t(?>@?))(?!\s*-?cd)(?!\s*echo)(?=[^\n]*\S)}{\1time }mg;
$maketext =~ s{(?<!\\\n)^(\t(?>@?))(?!\s*-?cd)(?!\s*echo)(?=[^\n]*\S)}{$1time }mg;
}

my $outfile = 'Makefile';
Expand Down

0 comments on commit 08e717b

Please sign in to comment.