summaryrefslogtreecommitdiffstats
path: root/TOOLS/zsh.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS/zsh.pl')
-rwxr-xr-xTOOLS/zsh.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/zsh.pl b/TOOLS/zsh.pl
index 979c39eef4..53be1844ab 100755
--- a/TOOLS/zsh.pl
+++ b/TOOLS/zsh.pl
@@ -112,7 +112,7 @@ sub parse_opts {
if (defined $2) {
my $desc = $2;
- $desc =~ s/\:/\\:/;
+ $desc =~ s/\:/\\:/g;
$entry .= $desc;
}