summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/rainbow.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rainbow.pl b/scripts/rainbow.pl
index 80e5d40..df6501d 100644
--- a/scripts/rainbow.pl
+++ b/scripts/rainbow.pl
@@ -66,7 +66,7 @@ sub make_colors {
$last = $color;
$newstr .= "\003";
$newstr .= sprintf("%02d", $colors[$color]);
- $newstr .= (($char eq ",") ? ",," : $char);
+ $newstr .= $char;
}
return $newstr;