diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-11 16:15:26 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-11 16:15:26 +0200 |
commit | 649f80fabd71233b5591b28123872773fdd17347 (patch) | |
tree | 5b664ffc675dc6834bf79739dcb2f383b31e8aa5 /.local/bin/unixize | |
parent | unixize update (diff) | |
download | dotfiles-bsd-649f80fabd71233b5591b28123872773fdd17347.tar.gz dotfiles-bsd-649f80fabd71233b5591b28123872773fdd17347.tar.bz2 dotfiles-bsd-649f80fabd71233b5591b28123872773fdd17347.tar.xz dotfiles-bsd-649f80fabd71233b5591b28123872773fdd17347.tar.zst dotfiles-bsd-649f80fabd71233b5591b28123872773fdd17347.zip |
unixize update again
Diffstat (limited to '.local/bin/unixize')
-rwxr-xr-x | .local/bin/unixize | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/unixize b/.local/bin/unixize index 29e7167..1a0d0ea 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, $_; } |