live-build/functions/color.sh

40 lines
647 B
Bash
Executable File
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/bin/sh
# color.sh - define color values
# Copyright (C) 2006-2008 Daniel Baumann <daniel@debian.org>
#
# live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details.
set -e
NO_COLOR=""
UNDERSCORE=""
BLINK=""
BLACK=""
DARK_GRAY=""
RED=""
LIGHT_RED=""
GREEN=""
LIGHT_GREEN=""
BROWN=""
YELLOW=""
BLUE=""
LIGHT_BLUE=""
PURPLE=""
LIGHT_PURPLE=""
CYAN=""
LIGHT_CYAN=""
GRAY=""
WHITE=""