Fixing more of my errors

master
bbruns 2010-08-21 17:21:37 +00:00
parent 3ef158cdef
commit 725ad9f0f5
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ function pick_color {
# reset_color
function reset_color {
unset NEWLINE
DEFAULT_COLOR="\E[39m"
if [ "$1" == "N" ]; then
NEWLINE="-n"