summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mcon/pl/files.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/mcon/pl/files.pl b/mcon/pl/files.pl
index 9e6bd08..3962fa6 100644
--- a/mcon/pl/files.pl
+++ b/mcon/pl/files.pl
@@ -102,8 +102,7 @@ EOF
# Remove ':' quotations in front of the lines
sub q {
local($_) = @_;
- local($*) = 1;
- s/^://g;
+ s/^://gm;
$_;
}