diff --git a/efunctions/eerror b/efunctions/eerror index 2aa7e57..1cdc1e1 100755 --- a/efunctions/eerror +++ b/efunctions/eerror @@ -8,4 +8,4 @@ efunctions_indent if [ ! -z "$GOOD" ] ; then tput ll fi -"$EFUNCTIONS_ECHO" "$NORMAL $BAD*$NORMAL $@" +"$EFUNCTIONS_ECHO" "$NORMAL $BAD*$NORMAL $@$NORMAL" diff --git a/efunctions/einfo b/efunctions/einfo index e539fee..890d309 100755 --- a/efunctions/einfo +++ b/efunctions/einfo @@ -8,4 +8,4 @@ efunctions_indent if [ ! -z "$GOOD" ]; then tput ll fi -"$EFUNCTIONS_ECHO" "$NORMAL $GOOD*$NORMAL $@" +"$EFUNCTIONS_ECHO" "$NORMAL $GOOD*$NORMAL $@$NORMAL" diff --git a/efunctions/ewarn b/efunctions/ewarn index 20edf60..661eb4f 100755 --- a/efunctions/ewarn +++ b/efunctions/ewarn @@ -8,4 +8,4 @@ efunctions_indent if [ ! -z "$(command -v tput)" ]; then tput ll fi -"$EFUNCTIONS_ECHO" "$NORMAL $WARN*$NORMAL $@" +"$EFUNCTIONS_ECHO" "$NORMAL $WARN*$NORMAL $@$NORMAL" diff --git a/efunctions/ewarnn b/efunctions/ewarnn index 8a1d294..b66752e 100755 --- a/efunctions/ewarnn +++ b/efunctions/ewarnn @@ -8,4 +8,4 @@ efunctions_indent if [ ! -z "$(command -v tput)" ]; then tput ll fi -"$EFUNCTIONS_ECHO" -n "$NORMAL $WARN*$NORMAL $@" +"$EFUNCTIONS_ECHO" -n "$NORMAL $WARN*$NORMAL $@$NORMAL"