summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcolor-ls2
1 files changed, 1 insertions, 1 deletions
diff --git a/color-ls b/color-ls
index ff7e7a7..911b73a 100755
--- a/color-ls
+++ b/color-ls
@@ -128,7 +128,7 @@ _colorize () {
/\*$/ || (long && /^-/ && $1 ~ /x/){ color=32; }
/\|$/ || (long && /^p/) { color=33; }
/@$/ || (long && /^l/) { color=35; }
- long { printf("\033\[%sm%s\033\[0m\n", color, $0); }'
+ { printf("\033\[%sm%s\033\[0m\n", color, $0); }'
}
_remove_symbols () {