Skip to content

Commit

Permalink
Small fix to regex in the builder
Browse files Browse the repository at this point in the history
  • Loading branch information
appden committed Apr 29, 2010
1 parent 2287bba commit b399a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build
Expand Up @@ -34,7 +34,7 @@ fwrite($stderr, "\n");


$output = $pkg->build_from_components($argv); $output = $pkg->build_from_components($argv);


if ($no_compat) $output = preg_replace("%//=1\.2compat+.*///=%sU", '', $output); if ($no_compat) $output = preg_replace("%//=1\.2compat.*?///=%s", '', $output);


echo $output; echo $output;


Expand Down

0 comments on commit b399a33

Please sign in to comment.