summaryrefslogtreecommitdiffstats
path: root/.local/bin/unixize
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/unixize')
-rwxr-xr-x.local/bin/unixize2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/unixize b/.local/bin/unixize
index 0814bca..29e7167 100755
--- a/.local/bin/unixize
+++ b/.local/bin/unixize
@@ -26,7 +26,7 @@ sub get_new_files
$_ =~ s/\ -\ /-/g;
$_ =~ s/\_-\_/-/g;
$_ =~ s/\ /_/g;
- $_ =~ s/[\$#@~!&*()\[\];,:?^`\\\/]+/-/g;
+ $_ =~ s/[\$#@~!&*()\[\];,:?^`\\\/<>|]+/-/g;
$_ = lc($_);
push @new_files, $_;
}