From 40e43d180c9cb24215be658329d94412f8a4577c Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sun, 11 Oct 2020 16:40:25 +0200 Subject: unixize update --- .local/bin/unixize | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.local/bin') diff --git a/.local/bin/unixize b/.local/bin/unixize index 1a0d0ea..27c1a8b 100755 --- a/.local/bin/unixize +++ b/.local/bin/unixize @@ -23,8 +23,9 @@ sub get_new_files my @new_files; foreach (@og_files) { - $_ =~ s/\ -\ /-/g; - $_ =~ s/\_-\_/-/g; + $_ =~ s/\ -\ /-_/g; + $_ =~ s/\_-\_/-_/g; + $_ =~ s/['"]+/_/g; $_ =~ s/\ /_/g; $_ =~ s/[\$#@~!&*%()\[\];,:?^`\\\/<>|]+/-/g; $_ = lc($_); -- cgit v1.2.3