diff --git a/lib/term-functions.in b/lib/term-functions.in index aa9e341..647bc61 100644 --- a/lib/term-functions.in +++ b/lib/term-functions.in @@ -54,6 +54,8 @@ echo_info() { $ECHO_E "${COLOR_INFO}->${COLOR_NORMAL} $text" done >&2 fi + elif [ $# -eq 0 ]; then + cat > /dev/null fi }