Skip to content

Commit

Permalink
Reset colours at end of einfo/ewarn/eend
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-downing committed Apr 15, 2015
1 parent 69bc73d commit 5957dc0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion efunctions/eerror
Expand Up @@ -8,4 +8,4 @@ efunctions_indent
if [ ! -z "$GOOD" ] ; then
tput ll
fi
"$EFUNCTIONS_ECHO" "$NORMAL $BAD*$NORMAL $@"
"$EFUNCTIONS_ECHO" "$NORMAL $BAD*$NORMAL $@$NORMAL"
2 changes: 1 addition & 1 deletion efunctions/einfo
Expand Up @@ -8,4 +8,4 @@ efunctions_indent
if [ ! -z "$GOOD" ]; then
tput ll
fi
"$EFUNCTIONS_ECHO" "$NORMAL $GOOD*$NORMAL $@"
"$EFUNCTIONS_ECHO" "$NORMAL $GOOD*$NORMAL $@$NORMAL"
2 changes: 1 addition & 1 deletion efunctions/ewarn
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion efunctions/ewarnn
Expand Up @@ -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"

0 comments on commit 5957dc0

Please sign in to comment.