Commit d9130c98 authored by neilpang's avatar neilpang
Browse files

minor

parent 661f0583
...@@ -93,7 +93,7 @@ _printargs() { ...@@ -93,7 +93,7 @@ _printargs() {
_log() { _log() {
[ -z "$LOG_FILE" ] && return [ -z "$LOG_FILE" ] && return
_printargs "$@" >> "$LOG_FILE" _printargs "$@" >> $LOG_FILE
} }
_info() { _info() {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment