Browse Source

whitespace cleanup

custom
Bozhidar Batsov 13 years ago
parent
commit
18ed571f29
  1. 4
      utils/installer.sh

4
utils/installer.sh

@ -22,7 +22,7 @@ make_prelude_dirs () {
} }
colors () { colors () {
# Reset
# Reset
RESET='\e[0m' RESET='\e[0m'
RED='\e[0;31m' # Red RED='\e[0;31m' # Red
GREEN='\e[0;32m' # Green GREEN='\e[0;32m' # Green
@ -32,7 +32,7 @@ colors () {
CYAN='\e[0;36m' # Cyan CYAN='\e[0;36m' # Cyan
WHITE='\e[0;37m' # White WHITE='\e[0;37m' # White
# Bold
# Bold
BRED='\e[1;31m' # Red BRED='\e[1;31m' # Red
BGREEN='\e[1;32m' # Green BGREEN='\e[1;32m' # Green
BYELLOW='\e[1;33m' # Yellow BYELLOW='\e[1;33m' # Yellow

Loading…
Cancel
Save