Skip to content

Commit

Permalink
bugfix BR(), as we are using printf now
Browse files Browse the repository at this point in the history
  • Loading branch information
Tauop committed Aug 4, 2012
1 parent cb6ef60 commit d58cc2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion message.lib.sh
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ if [ "${__LIB_MESSAGE__:-}" != 'Loaded' ]; then


# usage: BR # usage: BR
# desc: print a break return # desc: print a break return
BR () { MESSAGE --no-log --no-break --no-indent $'\n'; } BR () { MESSAGE --no-log ''; }


# usage: ERROR <string> # usage: ERROR <string>
# desc: close the current DOTHIS if needed and print a message prefixed by "ERROR: " # desc: close the current DOTHIS if needed and print a message prefixed by "ERROR: "
Expand Down

0 comments on commit d58cc2d

Please sign in to comment.