summaryrefslogtreecommitdiffstats
path: root/bin/show-colors
diff options
context:
space:
mode:
Diffstat (limited to 'bin/show-colors')
-rwxr-xr-xbin/show-colors2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/show-colors b/bin/show-colors
index be1a489..47e0d32 100755
--- a/bin/show-colors
+++ b/bin/show-colors
@@ -7,7 +7,7 @@ set -o pipefail
# Last change: Mon Feb 16 16:24:41 CET 2004
############################################################
-for attr in 0 1 2 3 4 5 6 7 ; do
+for attr in 0 1 2 3 4 5 6 7; do
echo "----------------------------------------------------------------"
printf 'ESC[%s;Foreground;Background - \n' $attr
for fore in 30 31 32 33 34 35 36 37; do