Skip to content

Commit

Permalink
fix(function): print_status fail to print without options
Browse files Browse the repository at this point in the history
  • Loading branch information
definite committed Jul 13, 2016
1 parent ba341ba commit a0c583f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zanata-functions
Expand Up @@ -695,6 +695,8 @@ function print_status(){
outputStr+="$message"
if [ -n "${optionArray-}" ];then
echo_stderr ${optionArray[@]} "$outputStr"
else
echo_stderr "$outputStr"
fi
ZnatNoEOL=$optionN
}
Expand Down

0 comments on commit a0c583f

Please sign in to comment.